UNPKG

@midware/mauth

Version:

A simple auth middleware for Node.js

5 lines 258 B
import Identification from './identification'; import Headers from './headers'; type Verify = (identification: Identification, identifications: Identification[], headers?: Headers) => Promise<void>; export default Verify; //# sourceMappingURL=verify.d.ts.map