0.2.0 • Published 6 years ago

converter_kg_lb v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

converter from kg to lb

converter of kg to lb and viceversa

description

here you will be able to set a value on kg and know how that value is on lb here you will be able to set a value on lb and know how that value is on kg

installing

npm install converter_kg_lb

use

import converter_kg_lb from "converter_kg_lb"

convertKGtoLB(20) // 20 kg = 40 lb
convertLBtoKG(20) // 20 lb = 10 kg

credits

license

MIT