rolldown_utils 1.0.3

General-purpose utilities for Rolldown
Documentation
1
2
3
pub fn uuid_v4() -> String {
  uuid::Uuid::new_v4().to_string()
}