NeahNew/node_modules/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.d.ts
2025-05-03 14:17:46 +02:00

8 lines
196 B
TypeScript

/**
* Get pathname from absolute path.
*
* @param absolutePath the absolute path
* @returns the pathname
*/
export declare function getPathnameFromAbsolutePath(absolutePath: string): string;