make-positive

0.0.0 • Public • Published

make-positive

Turn any number into a positive value: -00

Install

$ npm install make-positive

Usage

const makePositive = require('make-positive');

makePositive(-13);
//=> '13'

License

MIT © Carl Mungazi

Package Sidebar

Install

npm i make-positive

Weekly Downloads

0

Version

0.0.0

License

MIT

Unpacked Size

2.26 kB

Total Files

5

Last publish

Collaborators

  • carlmungazi