mirror of
https://github.com/thelounge/thelounge
synced 2024-12-22 10:23:07 +00:00
3 lines
80 B
JavaScript
3 lines
80 B
JavaScript
module.exports = function(context) {
|
|
return window.JSON.stringify(context);
|
|
};
|