UNPKG

cloudcmd

Version:

File manager for the web with console and editor

6 lines (4 loc) 139 B
import mellow from 'mellow'; export default (dir, root, {webToWin = mellow.webToWin} = {}) => { return webToWin(dir, root || '/'); };