UNPKG

@oazmi/build-tools

Version:

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

6 lines 195 B
/** * Return the directory path of a `path`. * @param path - path to extract the directory from. */ export declare function dirname(path: string): string; //# sourceMappingURL=dirname.d.ts.map