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