cloudcmd/server/root.js
2019-05-31 17:57:38 +03:00

8 lines
135 B
JavaScript

'use strict';
const mellow = require('mellow');
module.exports = (dir, root) => {
return mellow.pathToWin(dir, root || '/');
};