UNPKG

health-calculator

Version:

A library to help calculate well known health-related metrics.

5 lines (4 loc) 162 B
export * as body_measurement from './body_measurement'; export * as dietary from './dietary'; export * as sports from './sports'; export * as util from './util';