diabetic-utils / a1cTrend
a1cTrend(
readings
):"increasing"
|"decreasing"
|"stable"
|"insufficient data"
Defined in: a1c.ts:88
Determines the trend of A1C values over time.
number
[]
Array of A1C values (chronological order)
"increasing"
| "decreasing"
| "stable"
| "insufficient data"
‘increasing’ | ‘decreasing’ | ‘stable’ | ‘insufficient data’ |