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

    Type Alias ClearTimeoutOverrideFn

    ClearTimeoutOverrideFn: (timeoutId: number | any) => void

    The signatire of the function to override clearing a previous timeout created with the TimeoutOverrideFn, it will be passed the result returned from the TimeoutOverrideFn call.

    Type declaration

      • (timeoutId: number | any): void
      • Parameters

        Returns void

    0.4.5