npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

fixed-path

1.1.0

@hemanth

npmHomeRepoSnykSocket
Downloads:7
$ npm install fixed-path
DailyWeeklyMonthlyYearly

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