Declaration
export type IGlobalIndexAccessor = IIndexValueAccessor<
typeof globalThis,
string
>;API Reference
Type alias for an accessor that reads and writes values on globalThis.
export type IGlobalIndexAccessor = IIndexValueAccessor<
typeof globalThis,
string
>;import type { IGlobalIndexAccessor } from '@rs-x/core';