4 lines
205 B
TypeScript
Raw Permalink Normal View History

2025-09-05 14:59:21 +08:00
import type { NitroRouteRules } from 'nitropack';
export declare function withoutQuery(path: string): string;
export declare function createNitroRouteRuleMatcher(): (pathOrUrl: string) => NitroRouteRules;