UNPKG

waitee

Version:

Small library to manage moments when you need to wait something to happen. So you don't need to write wait-events by yourself.

5 lines (4 loc) 80 B
export interface TimerInterface { start?(): void; stop(): number; }