UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

6 lines (5 loc) 236 B
import type { IPathSegments } from '../../../../types/segments/path-segments.type.js'; /** * Returns true if the path contains only `..`. */ export declare function isPureParentDirectoryPathSegments(segments: IPathSegments): boolean;