UNPKG

@openinc/parse-server-opendash

Version:
7 lines (6 loc) 185 B
/** * Creates a random password of length 32 characters. * * @returns A random password of length 32 characters. */ export declare function createRandomPassword(): Promise<string>;