Interface PostCallHookArguments<T>

Type Parameters

  • T

Hierarchy

Properties

args: any[]

Thr arguments passed to the function being called

name: string | symbol

The name of the function being called

returnValue?: any

When a post hook, the return value of the function being called

target: T

The target object of the hook