UNPKG

dax

Version:

Cross platform shell tools inspired by zx.

12 lines 794 B
declare function basename3(path: any, suffix?: string): any; declare function dirname3(path: any): any; declare function extname3(path: any): any; declare function fromFileUrl3(url: any): string; declare function isAbsolute3(path: any): boolean; declare function join3(path: any, ...paths: any[]): any; declare function normalize3(path: any): any; declare function relative3(from: any, to: any): any; declare function resolve3(...pathSegments: any[]): string; declare function toFileUrl3(path: any): import("url").URL; export { basename3 as basename, dirname3 as dirname, extname3 as extname, fromFileUrl3 as fromFileUrl, isAbsolute3 as isAbsolute, join3 as join, normalize3 as normalize, relative3 as relative, resolve3 as resolve, toFileUrl3 as toFileUrl }; //# sourceMappingURL=path.d.ts.map