Files
2026-01-16 01:51:36 +00:00

7 lines
135 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* 生成uuid如果不支持 randomUUID就用 genNanoid
*
* @returns string
*/
export declare const nanoid: () => string;