UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

6 lines (5 loc) 270 B
import type { IPathSegments } from '../../../../types/segments/path-segments.type.js'; /** * Returns `true` if `segmentsA` and `segmentB` are equivalent. */ export declare function arePathSegmentsEquivalent(segmentsA: IPathSegments, segmentB: IPathSegments): boolean;