mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-10 16:26:43 -05:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function (x) { return x * 100; };
|