Skip to main content

op

weave


weave / op

Function: op()

Call Signature

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

Defined in: op.ts:369

Type Parameters

T

T extends (...args) => any

Parameters

fn

T

options?

OpOptions<T>

Returns

Op<T>

Call Signature

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

Defined in: op.ts:374

Type Parameters

T

T extends (...args) => any

Parameters

thisArg

any

fn

T

options?

OpOptions<T>

Returns

Op<T>

Call Signature

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

Defined in: op.ts:380

Parameters

target

Object

propertyKey

string | symbol

descriptor

TypedPropertyDescriptor<any>

Returns

TypedPropertyDescriptor<any>

Call Signature

op<T>(value, context): Op<T>

Defined in: op.ts:386

Type Parameters

T

T extends (...args) => any

Parameters

value

T

context

MethodDecoratorContext

Returns

Op<T>

Call Signature

op(options): MethodDecorator

Defined in: op.ts:391

Parameters

options

Partial<OpOptions<any>>

Returns

MethodDecorator