Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DictConstructor

Hierarchy

  • DictConstructor

Index

Constructors

Properties

Constructors

  • new DictConstructor(): Dict<any, any>
  • new DictConstructor<K, V>(entries?: readonly [K, V][]): Dict<K, V>
  • new DictConstructor<K, V>(iterable?: Iterable<readonly [K, V]>): Dict<K, V>

Properties

[iterator]: DictConstructor
[species]: DictConstructor

Generated using TypeDoc