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

Represents any plain function (no this)

Type declaration

    • (...args: any[]): any
    • Parameters

      • ...args: any[]

      Returns any