interface KeyValue<K,V>
A higher-kind utility type providing access to a key type K and value type V.
Type parameters
| Name | Default | Description |
|---|
| K | unknown | undocumented |
| V | unknown | undocumented |
Properties
The key type.
Definition
readonly _K: K;
The value type.
Definition
readonly _V: V;