📄 context-matcher.d.ts
/home/palash/git/site/node_modules/http-proxy-middleware/dist/context-matcher.d.ts
Language: ts • Lines: 2
import type { Filter, Request } from './types';
export declare function match(context: Filter, uri: string, req: Request): boolean;