Added renderFile export

This commit is contained in:
Ben Ashton 2022-09-04 00:48:03 -06:00
parent 68b435b095
commit 8220e097df

View File

@ -1 +1 @@
export { TemplateEngine } from './src/template_engine.js'; export { TemplateEngine, renderFile } from './src/template_engine.js';