API Reference

IGlobalIndexAccessortype

Type alias for an accessor that reads and writes values on globalThis.

Declaration

export type IGlobalIndexAccessor = IIndexValueAccessor<
  typeof globalThis,
  string
>;

Import

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