1.0.0 • Published 7 years ago

convert-three-hundred v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Convert Three Hundred

Check if the number is -300 and transform to 300

Instalation

npm install --save convert-three-hundred

Usage

const convertThreeHundred = require("convert-three-hundred");
const a = convertThreeHundred(-300);
console.log(a); // 300

Credits: My friends, Yuri Planzo, Victor Biasi, Abner Freitas