Convert pounds or kilograms weight to the opposite regardless of what configuration is used.
Pounds or kilos
Type the value is in
pf1.utils.swapWeight(5, "kg"); // => 10pf1.utils.swapWeight(10, "lbs"); // => 5 Copy
pf1.utils.swapWeight(5, "kg"); // => 10pf1.utils.swapWeight(10, "lbs"); // => 5
Convert pounds or kilograms weight to the opposite regardless of what configuration is used.