Skip to content

Commit 9b5bbf1

Browse files
authored
Merge pull request #411 from ThisNameWasTaken/master
Expose Template class
2 parents 20d4c77 + ca7fe20 commit 9b5bbf1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/ejs.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,12 @@ exports.renderFile = function () {
489489
* @public
490490
*/
491491

492+
/**
493+
* EJS template class
494+
* @public
495+
*/
496+
exports.Template = Template;
497+
492498
exports.clearCache = function () {
493499
exports.cache.reset();
494500
};

0 commit comments

Comments
 (0)