hardlounge/client/js/libs/handlebars/tojson.js
2017-03-18 11:21:18 +02:00

6 lines
95 B
JavaScript

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