Skip to content

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.

K

V