UNPKG

bmi-utils

Version:

An library with some functions relates to Body Mass Index (BMI), like calculate and get the ideial weight

4 lines (3 loc) 179 B
export { default as calculate } from './lib/calculate' export { default as ideialWeight } from './lib/ideial-weight' export { default as loadCategory } from './lib/load-category'