/opt/canhelp/node_modules/next/dist/shared/lib/page-path
Edit: /opt/canhelp/node_modules/next/dist/shared/lib/page-path/normalize-data-path.d.ts (133B)
/**
* strip _next/data/
/ prefix and .json suffix
*/
export declare function normalizeDataPath(pathname: string): string;