converter_kg_lb
v0.2.0
Published
this is a module for the course of platzi fundamentos de javascript
Downloads
3
Maintainers
Readme
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