Type alias Callback

Callback: ((...args) => any)

A function type which is assignable to any other function type (and any function is assignable to).

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any[]

      Returns any