Passer au contenu principal

op

op<T>(fn, options?): Op<T>

Paramètres de type

NomType
Textends (…args: any[]) => any

Paramètres

NomType
fnT
options?OpOptions<T>

Renvoie

Op<T>

Défini dans

op.ts:381 op<T>(thisArg, fn, options?): Op<T>

Paramètres de type

NomType
Textends (…args: any[]) => any

Paramètres

NomType
thisArgany
fnT
options?OpOptions<T>

Renvoie

Op<T>

Défini dans

op.ts:386 op(target, propertyKey, descriptor): TypedPropertyDescriptor<any>

Paramètres

NomType
targetObject
propertyKeystringsymbol
descriptorTypedPropertyDescriptor<any>

Renvoie

TypedPropertyDescriptor<any>

Défini dans

op.ts:392 op<T>(value, context): Op<T>

Paramètres de type

NomType
Textends (…args: any[]) => any

Paramètres

NomType
valueT
contextMethodDecoratorContext

Renvoie

Op<T>

Défini dans

op.ts:398 op(options): MethodDecorator

Paramètres

NomType
optionsPartial<OpOptions<any>>

Renvoie

MethodDecorator

Défini dans

op.ts:403