Timer
A timer is used to measure a specific time interval.
The function accepts time in hours, minutes & seconds format. When this function is called the timer starts for a specific time interval & when the time interval is completed it stops.
Installing
Using npm via terminal
$ npm login --registry https://r.privjs.com
$ npm install @dominica/timer_start --registry https://r.privjs.com
Usage
const timer = require('@dominica/timer_start');
timer.timer_start(0, 10, 2); //timer.timer_start(hrs, min, sec)
Contact
If you have any questions or need to report a bug reach me on dominica98@yahoo.com