Skip to main content

Call 시그니처

op<T>(fn, options?): Op<T>
정의 위치: src/op.ts:380

유형 매개변수

T extends (…args) => any

매개변수

fn

T

options?

OpOptions<T>

반환값

Op<T>

Call 시그니처

op<T>(thisArg, fn, options?): Op<T>
정의 위치: src/op.ts:385

유형 매개변수

T extends (…args) => any

매개변수

thisArg

any

fn

T

options?

OpOptions<T>

반환값

Op<T>

Call 시그니처

op(target, propertyKey, descriptor): TypedPropertyDescriptor<any>
정의 위치: src/op.ts:391

매개변수

target

object

propertyKey

string | symbol

descriptor

TypedPropertyDescriptor<any>

반환값

TypedPropertyDescriptor<any>

Call 시그니처

op<T>(value, context): Op<T>
정의 위치: src/op.ts:397

유형 매개변수

T extends (…args) => any

매개변수

T

context

MethodDecoratorContext

반환값

Op<T>

Call 시그니처

op(options): MethodDecorator
정의 위치: src/op.ts:402

매개변수

options

Partial<OpOptions<any>>

반환값

MethodDecorator