3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
export declare type ID = string;
|
|
export declare function generateUUID(): ID;
|