thelounge/client/js/libs/handlebars/tojson.js

4 lines
80 B
JavaScript
Raw Normal View History

2016-12-18 16:53:28 +01:00
module.exports = function(context) {
return window.JSON.stringify(context);
};