A simple manipulatable counter for your ids
const count = require("simplecounter");
console.log(count())
//1
Parameter | Type | Description |
---|---|---|
count |
int |
calls the function and returns the value of the number of times it was called. |
defineFrequency |
int |
Define the interval or how many units to sum up |
setNewValorCounter |
int |
marks the new place to start |