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

op

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

型パラメータ

名前
Textends (…args: any[]) => any

パラメータ

名前
fnT
options?OpOptions<T>

戻り値

Op<T>

定義

op.ts:369 op<T>(thisArg, fn, options?): Op<T>

型パラメータ

名前
Textends (…args: any[]) => any

パラメータ

名前
thisArgany
fnT
options?OpOptions<T>

戻り値

Op<T>

定義

op.ts:374 op(target, propertyKey, descriptor): TypedPropertyDescriptor<any>

パラメータ

名前
targetObject
propertyKeystring | symbol
descriptorTypedPropertyDescriptor<any>

戻り値

TypedPropertyDescriptor<any>

定義

op.ts:380 op<T>(value, context): Op<T>

型パラメータ

名前
Textends (…args: any[]) => any

パラメータ

名前
valueT
contextMethodDecoratorContext

戻り値

Op<T>

定義

op.ts:386 op(options): MethodDecorator

パラメータ

名前
optionsPartial<OpOptions<any>>

戻り値

MethodDecorator

定義

op.ts:391