fixed-path

1.1.0 • Public • Published

fixed-path Build Status

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

Package Sidebar

Install

npm i fixed-path

Weekly Downloads

1

Version

1.1.0

License

MIT

Last publish

Collaborators

  • hemanth