메인 콘텐츠로 건너뛰기

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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