Files
mooknote_web/node_modules/http-proxy-middleware/dist/context-matcher.d.ts
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

3 lines
132 B
TypeScript

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