UNPKG

oberknecht-utils

Version:
6 lines (5 loc) 224 B
export declare type expressUtilsOptionsType = {}; export declare type expressUtilsAuthHandlerOptionsType = { excludePaths?: ((path: string) => boolean); authFailCallback?: (req: any, res: any, next: any) => void; };