mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +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 || '/');
|
|
};
|