UNPKG

diaonan

Version:

A REST bridge to MQTT, CoAP

10 lines (7 loc) 185 B
var hbs; hbs = require('hbs'); module.exports = function (app) { return hbs.registerHelper('json', function (context) { return new hbs.SafeString(JSON.stringify(context)); }); };