Call 시그니처
op<정의 위치: src/op.ts:380T>(fn,options?):Op<T>
유형 매개변수
T
T extends (…args) => any
매개변수
fn
T
options?
OpOptions<T>
반환값
Op<T>
Call 시그니처
op<정의 위치: src/op.ts:385T>(thisArg,fn,options?):Op<T>
유형 매개변수
T
T extends (…args) => any
매개변수
thisArg
any
fn
T
options?
OpOptions<T>
반환값
Op<T>
Call 시그니처
op(정의 위치: src/op.ts:391target,propertyKey,descriptor):TypedPropertyDescriptor<any>
매개변수
target
object
propertyKey
string | symbol
descriptor
TypedPropertyDescriptor<any>
반환값
TypedPropertyDescriptor<any>
Call 시그니처
op<정의 위치: src/op.ts:397T>(value,context):Op<T>
유형 매개변수
T
T extends (…args) => any
매개변수
값
T
context
MethodDecoratorContext
반환값
Op<T>
Call 시그니처
op(정의 위치: src/op.ts:402options):MethodDecorator
매개변수
options
Partial<OpOptions<any>>
반환값
MethodDecorator