Files
GNX-mailEnterprise/frontend/node_modules/http-proxy-middleware/dist/context-matcher.d.ts
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

3 lines
132 B
TypeScript

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