API Reference

IMethodAccessortype

Type alias for an accessor that reads and writes method-call results by function-call index.

Declaration

export type IMethodAccessor = IIndexValueAccessor<
  object,
  IDisposableFunctionCallIndex
>;

Import

import type { IMethodAccessor } from '@rs-x/core';