Documentation Index
Fetch the complete documentation index at: https://translations.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
▸ op<T>(fn, options?): Op<T>
| 이름 | 타입 |
|---|
T | extends (…args: any[]) => any |
| 이름 | 타입 |
|---|
fn | T |
options? | OpOptions<T> |
Op<T>
op.ts:369
▸ op<T>(thisArg, fn, options?): Op<T>
| 이름 | 타입 |
|---|
T | extends (…args: any[]) => any |
| 이름 | 형식 |
|---|
thisArg | any |
fn | T |
options? | OpOptions<T> |
Op<T>
op.ts:374
▸ op(target, propertyKey, descriptor): TypedPropertyDescriptor<any>
| 이름 | 타입 |
|---|
target | Object |
propertyKey | string | symbol |
descriptor | TypedPropertyDescriptor<any> |
TypedPropertyDescriptor<any>
정의 위치
op.ts:380
▸ op<T>(value, context): Op<T>
| 이름 | 타입 |
|---|
T | extends (…args: any[]) => any |
| 이름 | 타입 |
|---|
value | T |
context | MethodDecoratorContext |
Op<T>
op.ts:386
▸ op(options): MethodDecorator
| 이름 | 타입 |
|---|
options | Partial<OpOptions<any>> |
MethodDecorator
op.ts:391