augment-vir - v31.13.0
    Preparing search index...

    Type Alias AnyFunction<Return>

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

    A Function with any inputs and a return type of Return (which defaults to any).

    Type Parameters

    • Return = any

    Type declaration

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

        • ...args: any[]

        Returns Return