Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-weave-caching.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