UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

6 lines (5 loc) 115 B
/** * Represents a segment of a Path. * This segment is considered valid. */ export type IPathSegment = string;