mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
// TODO: comment on why it works this way
|
|
|
|
let send;
|
|
|
|
module.exports = { send };
|