dukia-countdown-timer
v1.0.3
Published
A simple countdown timer library
Downloads
1
Readme
Countdown Timer Library
Installation
npm install dukia-countdown-timer
### API
- `dukiaCountdownTimer(seconds: number, callback: () => void): void`
- `seconds`: Number of seconds for the countdown (positive integer).
- `callback`: Function to be called when the countdown reaches zero.