UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

8 lines (7 loc) 303 B
import type { IPathPlatformConfig } from './path-platform-config.type.js'; export interface IWindowsPathPlatformConfig extends IPathPlatformConfig { readonly driveLetterPattern: string; readonly driveLetterRegEx: RegExp; readonly networkPattern: string; readonly networkRegEx: RegExp; }