mirror of
https://github.com/CryptKeeperZK/ejs.git
synced 2026-01-09 07:27:56 -05:00
Merge pull request #411 from ThisNameWasTaken/master
Expose Template class
This commit is contained in:
@@ -489,6 +489,12 @@ exports.renderFile = function () {
|
||||
* @public
|
||||
*/
|
||||
|
||||
/**
|
||||
* EJS template class
|
||||
* @public
|
||||
*/
|
||||
exports.Template = Template;
|
||||
|
||||
exports.clearCache = function () {
|
||||
exports.cache.reset();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user