Skip to content

NonEmpty

NonEmpty<A, K> = NonEmptyRecord<A, K>

Defined in: Data/Rec.ts:212

A branded type representing a record with at least one key-value pair.

A

K extends string = string