Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CollectionConstructor

Hierarchy

  • CollectionConstructor

Index

Constructors

Properties

Constructors

constructor

  • 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>

Properties

Readonly [Symbol.species]

[Symbol.species]: CollectionConstructor

Readonly prototype

prototype: Collection<unknown, unknown>

Generated using TypeDoc