UNPKG

next

Version:

The React Framework

8 lines (7 loc) 196 B
/** * Get pathname from absolute path. * * @param absolutePath the absolute path * @returns the pathname */ export declare function getPathnameFromAbsolutePath(absolutePath: string): string;