6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
|
// TODO: comment on why it works this way
|
||
|
|
||
|
let send;
|
||
|
|
||
|
module.exports = { send };
|