@buckneri/number
v0.2.4
Published
A small collection of number related functions
Readme
number
A small collection of string related functions
randomInt(, 10);
//> 5
randomTimeInt(0, 2359, 10);
//> 1010
roundNearest(223, 5);
//> 225Install
npm i --save @buckneri/number