2025-09-05 14:59:21 +08:00

4 lines
205 B
TypeScript

import type { NitroRouteRules } from 'nitropack';
export declare function withoutQuery(path: string): string;
export declare function createNitroRouteRuleMatcher(): (pathOrUrl: string) => NitroRouteRules;