Type alias record<K, V>

record<K, V>: Record<K, V>

A record type is a parameterized type whose values are ordered maps with keys that are instances of K and values that are instances of V. K must be one of DOMString, USVString, or ByteString.

Type Parameters

  • K

  • V

Generated using TypeDoc