0649bd8119
* Bumping actions/github to 2.2.0 for GHES * Husky commit correct node modules
7 lines
197 B
JavaScript
7 lines
197 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
function normalizeSlashes(value) {
|
|
return value.replace(/\\/g, '/');
|
|
}
|
|
exports.normalizeSlashes = normalizeSlashes;
|