Codebase list node-ejs / ca7fe20
Expose Template class Adrian 5 years ago
1 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
487487 * Clear intermediate JavaScript cache. Calls {@link Cache#reset}.
488488 * @public
489489 */
490
491 /**
492 * EJS template class
493 * @public
494 */
495 exports.Template = Template;
490496
491497 exports.clearCache = function () {
492498 exports.cache.reset();