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.
Type Parameters
Section titled “Type Parameters”K
V
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