UNPKG

hmpl-dom

Version:

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

14 lines (8 loc) 233 B
import { init } from "../src/main"; import { HMPLInitFunction, HMPLTemplateConfig } from "../src/types"; const hmplDOM = { init }; export { init }; export default hmplDOM; export type { HMPLInitFunction, HMPLTemplateConfig };