UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

7 lines (6 loc) 254 B
import { Path } from '../class/path.class.js'; import type { IUncheckedPathSegments } from './segments/unchecked-path-segments.type.js'; /** * Various inputs that may serve as a path. */ export type IPathInput = string | IUncheckedPathSegments | Path;