UNPKG

healthcalcutil

Version:

Many Health Related Calculation

2 lines (1 loc) 82 B
export declare const calculate: (weight: number, height: number) => Promise<any>;