lingjing/node_modules/next/dist/shared/lib/page-path/normalize-data-path.d.ts
2026-02-23 09:51:43 +00:00

5 lines
133 B
TypeScript

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