UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

6 lines (5 loc) 214 B
import type { IUncheckedPathSegment } from './segment/unchecked-path-segment.type.js'; /** * IPathSegments, but this one could be invalid */ export type IUncheckedPathSegments = readonly IUncheckedPathSegment[];