UNPKG

@midware/mauth

Version:

A simple auth middleware for Node.js

5 lines 201 B
export default interface ICrypt { compare(data: string, encrypted: string): Promise<boolean>; hash(data: string, hashSaltRounds: number): Promise<string>; } //# sourceMappingURL=iCrypt.d.ts.map