UNPKG

oberknecht-utils

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