mirror of
https://github.com/actions/setup-node
synced 2025-04-21 15:52:09 +00:00
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;
|