UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

9 lines (8 loc) 489 B
import type { IPathPlatformConfig } from '../../../types/platform-config/path-platform-config.type.js'; export declare const ROOT_PATTERN: string; export declare const ROOT_REGEXP: RegExp; export declare const DELIMITER_PATTERN: string; export declare const DELIMITER_REGEXP: RegExp; export declare const INVALID_PATH_SEGMENT_PATTERN_PATTERN: string; export declare const INVALID_PATH_SEGMENT_PATTERN_REGEXP: RegExp; export declare const GENERIC_PATH_PLATFORM_CONFIG: IPathPlatformConfig;