UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

10 lines (9 loc) 312 B
export interface IPathPlatformConfig { readonly rootPattern: string; readonly rootRegExp: RegExp; readonly separator: string; readonly delimiterPattern: string; readonly delimiterRegExp: RegExp; readonly invalidPathSegmentPattern: string; readonly invalidPathSegmentRegExp: RegExp; }