rolldown_utils 1.1.4

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