UNPKG

@oazmi/build-tools

Version:

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

9 lines 251 B
/** * Convert a URL or string to a path. * * @param pathUrl A URL or string to be converted. * * @returns The path as a string. */ export declare function toPathString(pathUrl: string | URL): string; //# sourceMappingURL=_to_path_string.d.ts.map