UNPKG

@midware/mauth

Version:

A simple auth middleware for Node.js

4 lines 184 B
import Identification from './identification'; type Sender = (person: any, identification: Identification) => Promise<void>; export default Sender; //# sourceMappingURL=sender.d.ts.map