UNPKG

compute-bmi

Version:
8 lines (7 loc) 258 B
export const low = 18.5 export const high = 24.9 export const underweight = 'underweight' export const normal = 'normal' export const overweight = 'overweight' export const defaultMessage = 'Unable to get classification' export const defaultValue = 0