UNPKG

webdav

Version:
5 lines (4 loc) 270 B
export declare function encodePath(filePath: string): string; export declare function getAllDirectories(directory: string): Array<string>; export declare function makePathAbsolute(pathStr: string): string; export declare function normalisePath(pathStr: string): string;