odin-codespace/inventory/src/utils.js
2025-01-17 22:45:33 -05:00

3 lines
61 B
JavaScript

exports.convertToInteger = (num) => {
return num * 100;
};