UNPKG

@webkrafters/long-count

Version:

Long Count - intervals and timeout capable of handling superbly long wait times surviving device sleep and wake cycles.

4 lines (3 loc) 162 B
import type Timer from '../../index'; declare function invoke<C>(method: Function, context: C): (this: Timer, ...args: Array<any>) => any; export default invoke;