Skip to content

Commit

Permalink
Merge pull request #411 from ThisNameWasTaken/master
Browse files Browse the repository at this point in the history
Expose Template class
  • Loading branch information
mde committed Nov 27, 2018
2 parents 20d4c77 + ca7fe20 commit 9b5bbf1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/ejs.js
Expand Up @@ -489,6 +489,12 @@ exports.renderFile = function () {
* @public
*/

/**
* EJS template class
* @public
*/
exports.Template = Template;

exports.clearCache = function () {
exports.cache.reset();
};
Expand Down

0 comments on commit 9b5bbf1

Please sign in to comment.