UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

4 lines 248 B
import { HttpCodes } from "../config/config"; import { Middleware } from "../interfaces/interfaces"; export declare function checkRights<IRights>(rights: (keyof IRights)[], status?: HttpCodes): Middleware; //# sourceMappingURL=check.rights.d.ts.map