diabetic-utils / isA1CInTarget
isA1CInTarget(
a1c
,target
,thresholds?
):boolean
Defined in: a1c.ts:60
Checks if an A1C value is within a target range.
number
A1C value
[number
, number
] = ...
[min, max] range (default: [6.5, 7.0])
Optional custom thresholds: { min?: number; max?: number }
number
number
boolean
True if in target range