convert-three-hundred
v1.0.0
Published
Convert -300 to 300
Downloads
5
Readme
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