メインコンテンツへスキップ

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