2 lines
79 B
TypeScript
2 lines
79 B
TypeScript
export declare const isRouteExcluded: (req: any, paths?: string[]) => boolean;
|
export declare const isRouteExcluded: (req: any, paths?: string[]) => boolean;
|