UNPKG
nativescript-fitness
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Google Fit and Apple HealthKit.
github.com/DonsWayo/fitness
nativescript-fitness
/
index.d.ts
9 lines
(7 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * iOS and Android apis should match. * It doesn't matter if you export `.ios` or `.android`, either one but only one. */
export
*
from
"./health-data.ios"
;
// Export any shared classes, constants, etc.
export
*
from
"./health-data.common"
;