thelounge/client/js/libs/handlebars/tojson.js
2017-11-30 20:33:23 -05:00

6 lines
95 B
JavaScript

"use strict";
module.exports = function tojson(context) {
return JSON.stringify(context);
};