0.1.0 • Published 10 years ago

unixifypath v0.1.0

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

node-unixifypath

Unixify pathname for Node.js, return pathname with sep "/" instead of sep "\".

Usage

var unixifypath = require('unixifypath')
unixifypath('\\path\\to') // => /path/to
0.1.0

10 years ago