PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/dts-bundle-generator/dist/helpers

Просмотр файла: fix-path.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fixPath = void 0;
function fixPath(path) {
    // special case for windows
    return path.replace(/\\/g, '/');
}
exports.fixPath = fixPath;

Выполнить команду


Для локальной разработки. Не используйте в интернете!