SafetyScreen-ui/node_modules/listr2/dist/utils/uuid.d.ts

3 lines
127 B
TypeScript
Raw Normal View History

2025-03-29 19:33:58 +08:00
/** Generate a basic uuid with no requirement of being unbelievable unique. */
export declare function generateUUID(): string;