op
T>(fn, options?): Op<T>
Paramètres de type
| Nom | Type |
|---|---|
T | extends (…args: any[]) => any |
Paramètres
| Nom | Type |
|---|---|
fn | T |
options? | OpOptions<T> |
Renvoie
Op<T>
Défini dans
T>(thisArg, fn, options?): Op<T>
Paramètres de type
| Nom | Type |
|---|---|
T | extends (…args: any[]) => any |
Paramètres
| Nom | Type |
|---|---|
thisArg | any |
fn | T |
options? | OpOptions<T> |
Renvoie
Op<T>
Défini dans
target, propertyKey, descriptor): TypedPropertyDescriptor<any>
Paramètres
| Nom | Type | |
|---|---|---|
target | Object | |
propertyKey | string | symbol |
descriptor | TypedPropertyDescriptor<any> |
Renvoie
TypedPropertyDescriptor<any>
Défini dans
T>(value, context): Op<T>
Paramètres de type
| Nom | Type |
|---|---|
T | extends (…args: any[]) => any |
Paramètres
| Nom | Type |
|---|---|
value | T |
context | MethodDecoratorContext |
Renvoie
Op<T>
Défini dans
options): MethodDecorator
Paramètres
| Nom | Type |
|---|---|
options | Partial<OpOptions<any>> |
Renvoie
MethodDecorator