UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

7 lines (6 loc) 212 B
import type { IPathSegment } from './segment/path-segment.type.js'; /** * Represents a list of segments forming a Path. * This list is considered valid. */ export type IPathSegments = readonly IPathSegment[];