- Bound<T>(target: any, key: string, descriptor: TypedPropertyDescriptor<T>): TypedPropertyDescriptor<T> | void
-
Type Parameters
-
T extends AnyFunction<any>
Parameters
-
target: any
-
key: string
-
descriptor: TypedPropertyDescriptor<T>
Returns TypedPropertyDescriptor<T> | void