react-native-health-symptoms
Version:
A React Native package to interact with Apple HealthKit, including symptoms
30 lines (29 loc) • 497 B
JavaScript
/**
* Units
*
* @type {Object}
*/
export const Units = {
bpm: 'bpm',
calorie: 'calorie',
celsius: 'celsius',
count: 'count',
day: 'day',
fahrenheit: 'fahrenheit',
foot: 'foot',
gram: 'gram',
hour: 'hour',
inch: 'inch',
joule: 'joule',
kilocalorie: 'kilocalorie',
meter: 'meter',
mgPerdL: 'mgPerdL',
mile: 'mile',
minute: 'minute',
mmhg: 'mmhg',
mmolPerL: 'mmolPerL',
percent: 'percent',
pound: 'pound',
second: 'second',
mlPerKgMin: 'mlPerKgMin',
}