UNPKG

@oazmi/build-tools

Version:

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

7 lines 269 B
import type { FormatInputPathObject } from "../_interface.js"; /** * Generate a path from `FormatInputPathObject` object. * @param pathObject with path */ export declare function format(pathObject: FormatInputPathObject): string; //# sourceMappingURL=format.d.ts.map