UNPKG

@toreda/time

Version:

Simple, small footprint library for common time operations and converting between units of time.

7 lines (6 loc) 139 B
/** * Invoked asynchronously on timer events. * * @category Timers */ export type TimerCallback = (duration: number) => Promise<void>;