UNPKG

hmpl-js

Version:

🐜 Server-oriented customizable templating for JavaScript

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