uni-ticket-system/node_modules/licia/uuid.d.ts
2023-12-05 10:11:10 +08:00

4 lines
49 B
TypeScript

declare function uuid(): string;
export = uuid;