@gibme/timer
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

Event-based Timer/Metronome

Documentation

https://gibme-npm.github.io/timer/

Sample Code

import Timer from '@gibme/timer';

const timer = new Timer(60_000);

timer.on('tick', () => {
   // do something 
});

timer.start();

Readme

Keywords

none

Package Sidebar

Install

npm i @gibme/timer

Weekly Downloads

566

Version

1.0.14

License

MIT

Unpacked Size

77.7 kB

Total Files

15

Last publish

Collaborators

  • brandonlehmann