Type alias TimeoutOverrideFuncs

TimeoutOverrideFuncs: [TimeoutOverrideFn | null, ClearTimeoutOverrideFn | null]

Defines the array signature used to pass the override set and clean functions for creating a timeout. The first index [0] is the set function to be used and the second index [1] is the clear function to be used.

Since

0.4.5