Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MapConstructor

Index

Constructors

Properties

Constructors

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

  • Type Parameters

    • K

    • V

    Parameters

    • Optional entries: null | readonly (readonly [K, V])[]

    Returns internal.Map<K, V>

  • Returns internal.Map<any, any>

  • Type Parameters

    • K

    • V

    Parameters

    • Optional iterable: null | Iterable<readonly [K, V]>

    Returns internal.Map<K, V>

Properties

[species]: MapConstructor
prototype: internal.Map<any, any>

Generated using TypeDoc