Type alias Entries<K, V>

Entries<K, V>: Iterable<[K, V]>

Entries is a list of key-value pairs, with unique keys.

Type Parameters

  • K

  • V

Generated using TypeDoc