wilddragon-site/node_modules/next/dist/shared/lib/page-path/normalize-data-path.d.ts
2026-04-17 15:51:01 -04:00

4 lines
133 B
TypeScript
Executable file

/**
* strip _next/data/<build-id>/ prefix and .json suffix
*/
export declare function normalizeDataPath(pathname: string): string;