Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapConstructor

Package version

Hierarchy

  • MapConstructor

Index

Constructors

Properties

Constructors

constructor

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

  • Type parameters

    • K

    • V

    Parameters

    • Optional entries: keyof Object[] | null

    Returns Map<K, V>

  • Type parameters

    • K

    • V

    Parameters

    Returns Map<K, V>

Properties

[Symbol.species]

[Symbol.species]: MapConstructor

prototype

prototype: Map<any, any>

Generated using TypeDoc