UNPKG

hmpl-js

Version:

🐜 HMPL.js is a lightweight server-oriented template language for JavaScript. Fetch HTML, render it safely, and keep apps dynamic, modern, and small.

10 lines (5 loc) 157 B
"use strict"; import { compile, stringify } from "../src/main"; const hmpl = { compile, stringify }; export { compile, stringify }; export default hmpl;