1.0.0 • Published 2 years ago
bmi-calcu v1.0.0
Installation
You can install this package via npm:
npm install bmi-calcuUsage
const { getBMI } = require('bmi-calcu');
const result = getBMI(70, 1.75);
console.log(result); // { bmi: '22.86', status: 'Normal' }1.0.0
2 years ago