Skip to main content

呼び出しシグネチャ

op<T>(fn, options?): Op<T>
定義場所: src/op.ts:380

タイプパラメーター

T extends (…args) => any

パラメーター

fn

T

options?

OpOptions<T>

戻り値

Op<T>

呼び出しシグネチャ

op<T>(thisArg, fn, options?): Op<T>
定義場所: src/op.ts:385

タイプパラメーター

T extends (…args) => any

パラメーター

thisArg

any

fn

T

options?

OpOptions<T>

戻り値

Op<T>

呼び出しシグネチャ

op(target, propertyKey, descriptor): TypedPropertyDescriptor<any>
定義場所: src/op.ts:391

パラメーター

target

object

propertyKey

string | symbol

descriptor

TypedPropertyDescriptor<any>

戻り値

TypedPropertyDescriptor<any>

呼び出しシグネチャ

op<T>(value, context): Op<T>
定義場所: src/op.ts:397

タイプパラメーター

T extends (…args) => any

パラメーター

value

T

context

MethodDecoratorContext

戻り値

Op<T>

呼び出しシグネチャ

op(options): MethodDecorator
定義場所: src/op.ts:402

パラメーター

options

Partial<OpOptions<any>>

戻り値

MethodDecorator