UNPKG

mzinga

Version:

Node, React and MongoDB Headless CMS and Application Framework

9 lines 226 B
type Args = { password: string; }; export declare const generatePasswordSaltHash: ({ password, }: Args) => Promise<{ hash: string; salt: string; }>; export {}; //# sourceMappingURL=generatePasswordSaltHash.d.ts.map