Skip to content

NonEmptyMap

NonEmptyMap<K, V> = Brand<NonEmpty<"Dict">, ReadonlyMap<K, V>>

Defined in: Data/Dict.ts:9

A branded type representing a key-value dictionary with at least one entry.

K

V