UNPKG

hmpl-dom

Version:

A module for using HMPL syntax directly in HTML, without the need for compilation on the JavaScript side

12 lines (7 loc) 123 B
"use strict"; import { init } from "../src/main"; const hmplDOM = { init }; export { init }; export default hmplDOM;