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<T>(fn, options?): Op<T>
| Nom | Type |
|---|
T | extends (…args: any[]) => any |
| Nom | Type |
|---|
fn | T |
options? | OpOptions<T> |
Op<T>
op.ts:381
▸ op<T>(thisArg, fn, options?): Op<T>
| Nom | Type |
|---|
T | extends (…args: any[]) => any |
| Nom | Type |
|---|
thisArg | any |
fn | T |
options? | OpOptions<T> |
Op<T>
op.ts:386
▸ op(target, propertyKey, descriptor): TypedPropertyDescriptor<any>
| Nom | Type | |
|---|
target | Object | |
propertyKey | string | symbol |
descriptor | TypedPropertyDescriptor<any> | |
TypedPropertyDescriptor<any>
op.ts:392
▸ op<T>(value, context): Op<T>
| Nom | Type |
|---|
T | extends (…args: any[]) => any |
| Nom | Type |
|---|
value | T |
context | MethodDecoratorContext |
Op<T>
op.ts:398
▸ op(options): MethodDecorator
| Nom | Type |
|---|
options | Partial<OpOptions<any>> |
MethodDecorator
op.ts:403