UNPKG

apostrophe

Version:
13 lines (12 loc) 159 B
module.exports = { options: { spiffiness: 'nifty' }, init(self) { self.addHelpers({ test(a) { return a * 2; } }); } };