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

Made by Antonio Ramirez

to-percent

1.0.2

@kevva

npmHomeRepoSnykSocket
Downloads:2
$ npm install to-percent
DailyWeeklyMonthlyYearly

to-percent Build Status

Convert a decimal value to percent

Install

$ npm install --save to-percent

Usage

var toPercent = require('to-percent');

toPercent(0.75);
//=> 75

toPercent(0.125);
//=> 13

License

MIT © Kevin Martensson