Type alias TExecutionFunction

TExecutionFunction: ((callback) => any) | typeof setTimeout | typeof requestAnimationFrame

Type declaration

    • (callback): any
    • Parameters

      • callback: Function

      Returns any

Generated using TypeDoc