Skip to main content

op

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

Type parameters

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

Parameters

NameType
fnT
options?OpOptions<T>

Returns

Op<T>

Defined in

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

Type parameters

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

Parameters

NameType
thisArgany
fnT
options?OpOptions<T>

Returns

Op<T>

Defined in

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

Parameters

NameType
targetObject
propertyKeystring | symbol
descriptorTypedPropertyDescriptor<any>

Returns

TypedPropertyDescriptor<any>

Defined in

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

Type parameters

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

Parameters

NameType
valueT
contextMethodDecoratorContext

Returns

Op<T>

Defined in

op.ts:386 op(options): MethodDecorator

Parameters

NameType
optionsPartial<OpOptions<any>>

Returns

MethodDecorator

Defined in

op.ts:391
I