UNPKG

uid-promise

Version:

generates a cryptographically strong random uid

2 lines (1 loc) 60 B
export declare const uid: (len: number) => Promise<string>;