2
0
Fork 0
mirror of https://github.com/thelounge/thelounge synced 2025-02-19 22:58:27 +00:00
thelounge/client/js/libs/handlebars/tojson.js
2017-11-30 20:33:23 -05:00

5 lines
95 B
JavaScript

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