Interface Map<T>

Datatype for storing key-value pairs, kays are always strings

Type Parameters

  • T

    Type of value to store in the map

Hierarchy

  • Map

Indexable

[key: string]: T

Generated using TypeDoc