UNPKG

apostrophe

Version:

The Apostrophe Content Management System.

11 lines (10 loc) 176 B
module.exports = { 'spiffiness': 'nifty', construct: function(self, options) { self.addHelpers({ test: function(a) { return a * 2; } }); } };