add initContext helper to set fields we expect to be present
[squeep-html-template-helper] / index.js
1 'use strict';
2
3 const TemplateHelper = require('./lib/template-helper');
4
5 module.exports = {
6 TemplateHelper,
7 };