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

op

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

型パラメーター

タイプ
Textends (…args: any[]) => any

パラメーター

タイプ
fnT
options?OpOptions<T>

戻り値

Op<T>

定義場所

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

型パラメーター

タイプ
Textends (…args: any[]) => any

パラメーター

タイプ
thisArgany
fnT
options?OpOptions<T>

戻り値

Op<T>

定義場所

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

パラメーター

タイプ
targetobject
propertyKeystringsymbol
descriptorTypedPropertyDescriptor<any>

戻り値

TypedPropertyDescriptor<any>

定義場所

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

型パラメーター

タイプ
Textends (…args: any[]) => any

パラメーター

タイプ
valueT
contextMethodDecoratorContext

戻り値

Op<T>

定義場所

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

パラメーター

タイプ
optionsPartial<OpOptions<any>>

戻り値

MethodDecorator

定義場所

src/op.ts:402