NonEmpty
NonEmpty<
K,V> =NonEmptyMap<K,V>
Defined in: Data/Dict.ts:128
A branded type representing a key-value dictionary with at least one entry.
Type Parameters
Section titled “Type Parameters”K
V
NonEmpty<
K,V> =NonEmptyMap<K,V>
Defined in: Data/Dict.ts:128
A branded type representing a key-value dictionary with at least one entry.
K
V