UNPKG

@daysnap/utils

Version:
9 lines (5 loc) 207 B
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/normalizePath.ts function normalizePath(path) { return path.replace(/\\/g, "/"); } exports.normalizePath = normalizePath;