Type alias Dictionary<V, K>

Dictionary<V, K>: Record<K, V>

Type Parameters

  • V = any

  • K extends string | symbol = string

Generated using TypeDoc