UNPKG

@oazmi/build-tools

Version:

general deno build tool scripts which I practically use in all of my typescript repos

6 lines 220 B
/** * Join all given a sequence of `paths`,then normalizes the resulting path. * @param paths to be joined and normalized */ export declare function join(...paths: string[]): string; //# sourceMappingURL=join.d.ts.map