npm.io
3.0.2 • Published 5 years ago

mellow

Licence
MIT
Version
3.0.2
Deps
0
Size
6 kB
Vulns
0
Weekly
0
Stars
5

Mellow License NPM version Build Status Coverage Status

Mellow - convert path from web to windows.

Install

npm i mellow

API

webToWin

Previouse has name pathToWin.

const mellow  = require('mellow');
mellow.webToWin('/c/windows');
// returns
'c:\\windows';
winToWeb

Previouse has name pathFromWin.

const mellow  = require('mellow');
mellow.winToWeb('c:\\windows');
// returns
'/c/windows';

License

MIT