UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

5 lines (4 loc) 99 B
/** * IPathSegment, but this one could be invalid */ export type IUncheckedPathSegment = string;