UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

4 lines 225 B
export const SLASH_UNWRAPPED_PATTERN = '\\\\\\/'; // \ or / export const SLASH_PATTERN = `[${SLASH_UNWRAPPED_PATTERN}]`; export const SLASH_REGEXP = new RegExp(SLASH_PATTERN); //# sourceMappingURL=slash-regexp.constant.js.map