NonEmptyRecord
NonEmptyRecord<
A,K> =Brand<NonEmpty<"Rec">,Readonly<Record<K,A>>>
Defined in: Data/Rec.ts:9
A branded type representing a record with at least one key-value pair.
Type Parameters
Section titled “Type Parameters”A
K extends string = string