@nevware21/ts-utils
    Preparing search index...

    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.

    0.4.5