Type alias Func

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

Type declaration

    • (...args): any
    • Generic "Function" type, because typescript does not like using "Function" directly in strict mode

      Parameters

      • Rest ...args: any[]
        Rest

      Returns any

Generated using TypeDoc