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 Dependency Status Build Status Coverage Status

Mellow - convert path from web to windows.

Install

npm i mellow

API

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

License

MIT