Files
est-frame/node_modules/http-proxy-middleware/dist/context-matcher.d.ts
2025-10-22 05:38:27 +00:00

3 lines
132 B
TypeScript
Executable File

import type { Filter, Request } from './types';
export declare function match(context: Filter, uri: string, req: Request): boolean;