UNPKG

pbem

Version:

BEM-helper system for Pug (Jade)

10 lines (8 loc) 213 B
'use strict'; module.exports = class TemplateLocals { constructor(current) { this.current = current; this.local = current.local.bind(current); this.block = current.createBlock.bind(current); } };