Type alias _Method

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

Generic type for a function that can infer arguments and return type

For internal use only

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Generated using TypeDoc