2 lines
132 B
TypeScript
Executable file
2 lines
132 B
TypeScript
Executable file
import type { Filter, Request } from './types';
|
|
export declare function match(context: Filter, uri: string, req: Request): boolean;
|