Skip to main content

Signature d’appel

op<T>(fn, options?): Op<T>
Défini dans : src/op.ts:380

Paramètres de type

T extends (…args) => any

Paramètres

fn

T

options ?

OpOptions<T>

Renvoie

Op<T>

Signature d’appel

op<T>(thisArg, fn, options?): Op<T>
Défini dans : src/op.ts:385

Paramètres de type

T extends (…args) => any

Paramètres

thisArg

any

fn

T

options ?

OpOptions<T>

Renvoie

Op<T>

Signature d’appel

op(target, propertyKey, descriptor): TypedPropertyDescriptor<any>
Défini dans : src/op.ts:391

Paramètres

target

objet

propertyKey

string | symbol

descriptor

TypedPropertyDescriptor<any>

Renvoie

TypedPropertyDescriptor<any>

Signature d’appel

op<T>(value, context): Op<T>
Défini dans : src/op.ts:397

Paramètres de type

T extends (…args) => any

Paramètres

valeur

T

context

MethodDecoratorContext

Renvoie

Op<T>

Signature d’appel

op(options): MethodDecorator
Défini dans : src/op.ts:402

Paramètres

options

Partial<OpOptions<any>>

Renvoie

MethodDecorator