UNPKG
imc-calculator-miguel
Version:
latest (1.0.0)
1.0.0
Um pacote simples para calcular o IMC
imc-calculator-miguel
/
README.md
18 lines
(12 loc)
•
266 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# imc-calculator-miguel
Um
pacote simples para calcular o
IMC
.
## Instalação
``
`bash npm install imc-calculator-miguel `
``
## Uso
``
`javascript const { calcularIMC } = require("imc-calculator-miguel"); const imc = calcularIMC(70, 1.75); console.log(imc); `
``