simplecounterlight
v1.0.0
Published
A simple manipulatable counter for your ids
Downloads
5
Maintainers
Readme
simplecounter
A simple manipulatable counter for your ids
API Reference
How to use
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 |