diabetic-utils / groupByDay
groupByDay(
readings):Record<string,GlucoseReading[]>
Defined in: tir.ts:58
Groups glucose readings by date (YYYY-MM-DD).
Array of glucose readings to group.
Record<string, GlucoseReading[]>
An object mapping each date string to an array of readings for that day.