Type alias MethodImplementation<This>

MethodImplementation<This>: ((this: Wrapper<This>, ...params: any[]) => any)

Type Parameters

Type declaration

    • (this: Wrapper<This>, ...params: any[]): any
    • Parameters

      • this: Wrapper<This>
      • Rest ...params: any[]

      Returns any

Generated using TypeDoc