thelounge/client/js/libs/handlebars/tojson.js
Pavel Djundik fb87bd3a58 Webpack
2016-12-27 19:15:30 +02:00

4 lines
80 B
JavaScript

module.exports = function(context) {
return window.JSON.stringify(context);
};