Call Signature
op<Defined in: src/op.ts:380T>(fn,options?):Op<T>
Type Parameters
T
T extends (…args) => any
Parameters
fn
T
options?
OpOptions<T>
Returns
Op<T>
Call Signature
op<Defined in: src/op.ts:385T>(thisArg,fn,options?):Op<T>
Type Parameters
T
T extends (…args) => any
Parameters
thisArg
any
fn
T
options?
OpOptions<T>
Returns
Op<T>
Call Signature
op(Defined in: src/op.ts:391target,propertyKey,descriptor):TypedPropertyDescriptor<any>
Parameters
target
object
propertyKey
string | symbol
descriptor
TypedPropertyDescriptor<any>
Returns
TypedPropertyDescriptor<any>
Call Signature
op<Defined in: src/op.ts:397T>(value,context):Op<T>
Type Parameters
T
T extends (…args) => any
Parameters
value
T
context
MethodDecoratorContext
Returns
Op<T>
Call Signature
op(Defined in: src/op.ts:402options):MethodDecorator
Parameters
options
Partial<OpOptions<any>>
Returns
MethodDecorator