1.1.0 • Published 9 years ago
fixed-path v1.1.0
fixed-path
resolved and normalized path.
Install
$ npm install --save fixed-path
Usage
const fixedPath = require('fixed-path');
fixePath('./index.js', (err, fixedPath) => {
console.log(fixPath); // /Users/Hemanth/labs/fixed-path/index.js
});
fixedPath.sync('./index.js') // /Users/Hemanth/labs/fixed-path/index.js
License
MIT © Hemanth.HM