github-pages-deploy-action/node_modules/ts-jest/dist/util/normalize-slashes.js
2019-11-19 07:48:29 -05:00

7 lines
197 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function normalizeSlashes(value) {
return value.replace(/\\/g, '/');
}
exports.normalizeSlashes = normalizeSlashes;