Neah/node_modules/webdav/dist/node/tools/path.d.ts
2025-04-24 19:10:05 +02:00

5 lines
270 B
TypeScript

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;