to-percent

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i to-percent

Weekly Downloads

9

Version

1.0.2

License

MIT

Last publish

Collaborators

  • kevva