convertweightsexercise
v0.1.0
Published
units of weights converter
Downloads
1
Maintainers
Readme
#Units of weights converter
Is a npm exercise module that convert units of weights. github repository
##Description
-Convert pounds to kilograms
-Convert kilograms to pounds
##Install
npm install conversor
##Use
import {poundsToKG, kiloToPd} from 'conversor.js'
poundsToKG(1) //0.4536
kiloToPd(10) //22.0460
##Credits