Skip to main content
Op<T> = object & T & (…args) => ReturnType<T> extends AsyncIterable<infer U> ? AsyncIterable<Awaited<U>> : Promise<Awaited<ReturnType<T>>>

Type Declaration

__boundThis

optional __boundThis: WeaveObject

__isOp

__isOp: true

__name

__name: string

__parameterNames

optional __parameterNames: "useParam0Object" | string[]

__savedRef

optional __savedRef: OpRef | Promise<OpRef>

__wrappedFunction

__wrappedFunction: T

invoke

invoke: CallMethod<T>

Type Parameters

extends (...args) => any