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