4 lines
49 B
TypeScript
4 lines
49 B
TypeScript
|
|
declare function uuid(): string;
|
||
|
|
|
||
|
|
export = uuid;
|