UNPKG

218 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.normalizeSlashes = normalizeSlashes;
4/**
5 * @internal
6 */
7function normalizeSlashes(value) {
8 return value.replace(/\\/g, '/');
9}