UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

10 lines (9 loc) 569 B
import type { IPathPlatformConfig } from '../../../types/platform-config/path-platform-config.type.js'; export declare const POSIX_ROOT_PATTERN: string; export declare const POSIX_ROOT_REGEXP: RegExp; export declare const POSIX_SEPARATOR: string; export declare const POSIX_DELIMITER_PATTERN: string; export declare const POSIX_DELIMITER_REGEXP: RegExp; export declare const POSIX_INVALID_PATH_SEGMENT_PATTERN_PATTERN: string; export declare const POSIX_INVALID_PATH_SEGMENT_PATTERN_REGEXP: RegExp; export declare const POSIX_PATH_PLATFORM_CONFIG: IPathPlatformConfig;