UNPKG

cmte

Version:

Design by Committee™ except it's just you and LLMs

8 lines (6 loc) 223 B
// Export template context management export * from "./context.js"; // Export template renderer export * from "./renderer.js"; // Re-export any necessary functions from utils/template export * from "../utils/template.js";