UNPKG

@oazmi/build-tools

Version:

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

4 lines 244 B
import type { ParsedPath } from "../types.js"; export declare function _format(sep: string, pathObject: Partial<ParsedPath>): string; export declare function assertArg(pathObject: Partial<ParsedPath>): void; //# sourceMappingURL=format.d.ts.map