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

Represents any plain function (no this)

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any[]

      Returns any