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

A function that can take any arguments and return any value.

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any

      Returns any