bpms_site/.svn/pristine/5d/5da5448d00ed19ee81c4514ecc93a76bfbc80f32.svn-base
2025-11-02 16:38:49 +03:30

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;