UNPKG

@cc-heart/utils

Version:

🔧 javascript common tools collection

7 lines (6 loc) • 125 B
/** * Generates a random UUID. * * @return {string} The generated UUID. */ export declare function randomUUID(): string;