UNPKG

dexcom-share-api

Version:

Lightweight JS wrapper for the unofficial Dexcom share API. Useful if you need access to realtime glucose levels.

3 lines (2 loc) 125 B
export declare function extractNumber(str: string): number | null; export declare function mgdlToMmol(mgdl: number): number;