UNPKG

@oazmi/build-tools

Version:

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

9 lines 307 B
import type { FormatInputPathObject } from "./_interface.js"; /** * Generate a path from `FormatInputPathObject` object. It does the opposite * of `parse`. * * @param pathObject with path */ export declare function format(pathObject: FormatInputPathObject): string; //# sourceMappingURL=format.d.ts.map