real-path
v1.0.4
Published
get real case path
Downloads
13
Readme
real-path
get real case path
install
$ npm install --save real-path
Usage
var realPath = require('real-path');
// Unix-like
realPath('/foo/bar.JS');
//=> /foo/bar.js
// Windows
realPath('C:\\foo\\bar.JS');
//=> C:\\foo\\bar.js
License
MIT © anhulife