HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/cwd/usr/share/nodejs/ensure-posix-path/
Upload File :
Current File : //proc/1991111/cwd/usr/share/nodejs/ensure-posix-path/index.js
"use strict";
var path = require("path");
module.exports = function ensurePosix(filepath) {
    if (path.sep !== '/') {
        return filepath.split(path.sep).join('/');
    }
    return filepath;
};
//# sourceMappingURL=index.js.map