UNPKG

@toreda/time

Version:

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

7 lines (6 loc) 133 B
/** * Invoked synchronously on timer events. * * @category Timers */ export type TimerCallbackSync = (duration: number) => void;