Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapLike<T>

Type of objects whose values are all of the same type. The in and for-in operators can not be safely used, since Object.prototype may be modified by outside code.

Type parameters

  • T

Hierarchy

  • MapLike

Indexable

[index: string]: T

Generated using TypeDoc