Skip to main content
Op<T> = object & T & (…args) => ReturnType<T> extends AsyncIterable<infer U> ? AsyncIterable<Awaited<U>> : Promise<Awaited<ReturnType<T>>>
Défini dans : src/opType.ts:7

Déclaration de type

__boundThis

facultatif __boundThis: WeaveObject

__isOp

__isOp : true

__name

__name: string

__parameterNames

facultatif __parameterNames: ParameterNamesOption

__savedRef

facultatif __savedRef: OpRef | Promise<OpRef>

__wrappedFunction

__wrappedFunction : T

invoke

invoke: CallMethod<T>

Paramètres de type

T extends (…args) => any