Units.js 491 Bytes
Newer Older
Terrillo Walls's avatar
Terrillo Walls committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
/**
 * Units
 * https://github.com/terrillo/rn-apple-healthkit#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",
  meter: "meter",
  mgPerdL: "mgPerdL",
  mile: "mile",
  minute: "minute",
  mmhg: "mmhg",
  mmolPerL: "mmolPerL",
  percent: "percent",
  pound: "pound",
  second: "second"
}