initial commit
[squeep-html-template-helper] / index.js
diff --git a/index.js b/index.js
new file mode 100644 (file)
index 0000000..f68152d
--- /dev/null
+++ b/index.js
@@ -0,0 +1,7 @@
+'use strict';
+
+const TemplateHelper = require('./lib/template-helper');
+
+module.exports = {
+  TemplateHelper,
+};