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