UNPKG

@oazmi/build-tools

Version:

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

6 lines 196 B
/** * Verifies whether provided path is absolute * @param path to be verified as absolute */ export declare function isAbsolute(path: string): boolean; //# sourceMappingURL=is_absolute.d.ts.map