Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapConstructor

Hierarchy

  • MapConstructor

Index

Constructors

Properties

Constructors

constructor

  • new MapConstructor(): Map<any, any>
  • new MapConstructor<K, V>(entries?: ReadonlyArray<[K, V]> | null): Map<K, V>
  • new MapConstructor<K, V>(iterable: Iterable<[K, V]>): Map<K, V>
  • Returns Map<any, any>

  • Type parameters

    • K

    • V

    Parameters

    • Optional entries: ReadonlyArray<[K, V]> | null

    Returns Map<K, V>

  • Type parameters

    • K

    • V

    Parameters

    Returns Map<K, V>

Properties

__@species

__@species: MapConstructor

prototype

prototype: Map<any, any>

Generated using TypeDoc