@oazmi/build-tools
Version:
general deno build tool scripts which I practically use in all of my typescript repos
10 lines • 351 B
TypeScript
/**
* Checks if two paths are the same.
*
* @param src Source file path as a string or URL.
* @param dest Destination file path as a string or URL.
*
* @returns `true` if the paths are the same, `false` otherwise.
*/
export declare function isSamePath(src: string | URL, dest: string | URL): boolean;
//# sourceMappingURL=_is_same_path.d.ts.map