Type alias AnyFunction

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

Type declaration

    • (...args): any
    • AnyFunction Represents a function type with any number of arguments.

      Parameters

      • Rest ...args: any[]

      Returns any

Generated using TypeDoc