UNPKG

323 BTypeScriptView Raw
1export declare function dirname(path: string): string;
2export declare function getPathSep(...paths: string[]): "/" | "\\";
3export declare function join(...paths: string[]): string;
4export declare function normalize(path: string): string;
5export declare function normalizePathEnding(path: string, pathSep?: string): string;