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

1.0.6 • 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

6

Version

1.0.6

License

MIT

Unpacked Size

7.8 kB

Total Files

5

Last publish

Collaborators

  • brandonlehmann