mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
2 lines
76 B
TypeScript
2 lines
76 B
TypeScript
|
export const uuidGen = () => '_' + Math.random().toString(36).substr(2, 9);
|