mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-10 05:50:49 -05:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function (n) { return n * 111; };
|