UNPKG

cloudcmd

Version:

File manager for the web with console and editor

8 lines (5 loc) 161 B
'use strict'; const mellow = require('mellow'); module.exports = (dir, root, {webToWin = mellow.webToWin} = {}) => { return webToWin(dir, root || '/'); };