UNPKG

@midware/mauth

Version:

A simple auth middleware for Node.js

7 lines 168 B
import { Operation } from 'flexiblepersistence'; type Event = { name: string; operation: Operation; }; export default Event; //# sourceMappingURL=event.d.ts.map