UNPKG

@a11ywatch/core

Version:
7 lines (6 loc) 186 B
interface HashType { passwordHash?: string; salt?: string; } export declare function saltHashPassword(userpassword: string, saltIncluded?: string): Promise<HashType>; export {};