UNPKG

@stryke/path

Version:

A package containing various utilities that expand the functionality of NodeJs's built-in `path` module

5 lines (4 loc) 194 B
export declare const DRIVE_LETTER_START_REGEX: RegExp; export declare const DRIVE_LETTER_REGEX: RegExp; export declare const UNC_REGEX: RegExp; export declare const ABSOLUTE_PATH_REGEX: RegExp;