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