X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=index.js;fp=index.js;h=f68152dc6201ce05cf59d658e96bb88c856d8a9e;hb=4ab85bf22ece77cccd4e92435208bca5858816f6;hp=0000000000000000000000000000000000000000;hpb=4452e450055ec07b8edec5675a53c0780cd89651;p=squeep-html-template-helper diff --git a/index.js b/index.js new file mode 100644 index 0000000..f68152d --- /dev/null +++ b/index.js @@ -0,0 +1,7 @@ +'use strict'; + +const TemplateHelper = require('./lib/template-helper'); + +module.exports = { + TemplateHelper, +};