3 lines
132 B
TypeScript
Raw Normal View History

2023-03-05 13:23:23 +01:00
import type { Filter, Request } from './types';
export declare function match(context: Filter, uri: string, req: Request): boolean;