Skip to content

Commit

Permalink
Expose Template class
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisNameWasTaken committed Nov 24, 2018
1 parent 20d4c77 commit ca7fe20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/ejs.js
Original file line number Diff line number Diff line change
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 ca7fe20

Please sign in to comment.