Signature d’appel
op<Défini dans : src/op.ts:380T>(fn,options?):Op<T>
Paramètres de type
T
T extends (…args) => any
Paramètres
fn
T
options ?
OpOptions<T>
Renvoie
Op<T>
Signature d’appel
op<Défini dans : src/op.ts:385T>(thisArg,fn,options?):Op<T>
Paramètres de type
T
T extends (…args) => any
Paramètres
thisArg
any
fn
T
options ?
OpOptions<T>
Renvoie
Op<T>
Signature d’appel
op(Défini dans : src/op.ts:391target,propertyKey,descriptor):TypedPropertyDescriptor<any>
Paramètres
target
objet
propertyKey
string | symbol
descriptor
TypedPropertyDescriptor<any>
Renvoie
TypedPropertyDescriptor<any>
Signature d’appel
op<Défini dans : src/op.ts:397T>(value,context):Op<T>
Paramètres de type
T
T extends (…args) => any
Paramètres
valeur
T
context
MethodDecoratorContext
Renvoie
Op<T>
Signature d’appel
op(Défini dans : src/op.ts:402options):MethodDecorator
Paramètres
options
Partial<OpOptions<any>>
Renvoie
MethodDecorator