projects
/
squeep-html-template-helper
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor refactors
[squeep-html-template-helper]
/
index.js
1
'use strict'
;
2
3
const
TemplateHelper
=
require
(
'./lib/template-helper'
);
4
const
{
makeHtmlLint
} =
require
(
'./test/lint-html'
);
5
6
module
.
exports
= {
7
TemplateHelper
,
8
makeHtmlLint
,
9
};