Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CollectionConstructor

internal

Hierarchy

  • CollectionConstructor

Index

Constructors

Properties

Constructors

  • new CollectionConstructor(): Collection<unknown, unknown>
  • new CollectionConstructor<K, V>(entries?: null | readonly readonly [K, V][]): Collection<K, V>
  • new CollectionConstructor<K, V>(iterable: Iterable<readonly [K, V]>): Collection<K, V>
  • Returns Collection<unknown, unknown>

  • Type parameters

    • K

    • V

    Parameters

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

    Returns Collection<K, V>

  • Type parameters

    • K

    • V

    Parameters

    Returns Collection<K, V>

Properties

prototype: Collection<unknown, unknown>

Generated using TypeDoc