UNPKG

@midware/mauth

Version:

A simple auth middleware for Node.js

13 lines 278 B
declare const crypt: { hashSaltRounds: number; signOptions: { algorithm: string; expiresIn: string; }; signServiceOptions: { algorithm: string; expiresIn: string; }; }; export default crypt; //# sourceMappingURL=crypt.d.ts.map