UNPKG

nodejs-file-utils

Version:

File Read and Write Apis with Cached content in NodeJs

7 lines (6 loc) 190 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var unixStylePath = function (path) { return path.split("\\").join("/"); }; exports.default = unixStylePath;