README
number
A small collection of string related functions
randomInt(, 10);
//> 5
randomTimeInt(0, 2359, 10);
//> 1010
roundNearest(223, 5);
//> 225
Install
npm i --save @buckneri/number
A small collection of number related functions
<script type="module">
import buckneriNumber from 'https://cdn.skypack.dev/@buckneri/number';
</script>
A small collection of string related functions
randomInt(, 10);
//> 5
randomTimeInt(0, 2359, 10);
//> 1010
roundNearest(223, 5);
//> 225
npm i --save @buckneri/number