wilddragon-site/node_modules/next/dist/shared/lib/page-path/normalize-data-path.d.ts

5 lines
133 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
/**
* strip _next/data/<build-id>/ prefix and .json suffix
*/
export declare function normalizeDataPath(pathname: string): string;