cloudcmd/server/root.js
2020-12-22 16:09:36 +02:00

6 lines
113 B
JavaScript

import mellow from 'mellow';
export default (dir, root) => {
return mellow.pathToWin(dir, root || '/');
};