/
home
/
infinitibizsol
/
irfarms.infinitibizsol.com
/
node_modules
/
express-unless
/
dist
/
File Upload :
llllll
Current File: /home/infinitibizsol/irfarms.infinitibizsol.com/node_modules/express-unless/dist/index.d.ts
import * as express from 'express'; export declare type Path = string | RegExp | { url: string | RegExp; method?: string; methods?: string | string[]; }; export declare type RequestChecker = (req: express.Request) => boolean; export declare type Params = { method?: string | string[]; path?: Path | Path[]; ext?: string | string[]; useOriginalUrl?: boolean; custom?: RequestChecker; } | RequestChecker; export declare function unless(options: Params): { (req: express.Request, res: express.Response, next: express.NextFunction): Promise<void>; unless: typeof unless; };
Copyright ©2k19 -
Hexid
|
Tex7ure