UNPKG

@oazmi/build-tools

Version:

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

7 lines 225 B
import type { ParsedPath } from "../_interface.js"; /** * Return a `ParsedPath` object of the `path`. * @param path to process */ export declare function parse(path: string): ParsedPath; //# sourceMappingURL=parse.d.ts.map