Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ObjectMap<T>

A dictionary for a values of specified type

deprecated

TODO: Remove in 2.0.0 in favor of native Record type

Type parameters

  • T

    Value type

Hierarchy

  • ObjectMap

Indexable

[key: string]: T | undefined

A dictionary for a values of specified type

Generated using TypeDoc