UNPKG

136 BTypeScriptView Raw
1export declare class UUID {
2 constructor();
3 static UUID(): string;
4 private static pad4(num);
5 private static random4();
6}