wilddragon-site/node_modules/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.d.ts
2026-04-17 15:51:01 -04:00

7 lines
196 B
TypeScript
Executable file

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