mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
5 lines
139 B
JavaScript
5 lines
139 B
JavaScript
import mellow from 'mellow';
|
|
|
|
export default (dir, root, {webToWin = mellow.webToWin} = {}) => {
|
|
return webToWin(dir, root || '/');
|
|
};
|