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.
Type Parameters
Section titled “Type Parameters”A
K extends string = string
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