메인 콘텐츠로 건너뛰기

op

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

타입 매개변수

매개변수

반환값

Op<T>

정의 위치

src/op.ts:380 op<T>(thisArg, fn, options?): Op<T>

타입 매개변수

매개변수

반환값

Op<T>

정의 위치

src/op.ts:385 op(target, propertyKey, descriptor): TypedPropertyDescriptor<any>

매개변수

반환값

TypedPropertyDescriptor<any>

정의 위치

src/op.ts:391 op<T>(value, context): Op<T>

타입 매개변수

매개변수

반환값

Op<T>

정의 위치

src/op.ts:397 op(options): MethodDecorator

매개변수

반환값

MethodDecorator

정의 위치

src/op.ts:402