메인 콘텐츠로 건너뛰기

op

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

타입 매개변수

이름유형
Textends (…args: any[]) => any

매개변수

이름유형
fnT
options?OpOptions<T>

반환값

Op<T>

정의 위치

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

타입 매개변수

이름유형
Textends (…args: any[]) => any

매개변수

이름유형
thisArgany
fnT
options?OpOptions<T>

반환값

Op<T>

정의 위치

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

매개변수

이름유형
targetObject
propertyKeystringsymbol
descriptorTypedPropertyDescriptor<any>

반환값

TypedPropertyDescriptor<any>

정의 위치

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

타입 매개변수

이름유형
Textends (…args: any[]) => any

매개변수

이름유형
valueT
contextMethodDecoratorContext

반환값

Op<T>

정의 위치

op.ts:398 op(options): MethodDecorator

매개변수

이름유형
optionsPartial<OpOptions<any>>

반환값

MethodDecorator

정의 위치

op.ts:403