UNPKG

@lonu/stc

Version:

A tool for converting OpenApi/Swagger/Apifox into code.

10 lines 351 B
/** * 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