UNPKG

@oazmi/build-tools

Version:

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

4 lines 264 B
import type { FormatInputPathObject } from "../_interface.js"; export declare function _format(sep: string, pathObject: FormatInputPathObject): string; export declare function assertArg(pathObject: FormatInputPathObject): void; //# sourceMappingURL=format.d.ts.map