UNPKG

107 BJavaScriptView Raw
1import htm from "htm";
2import { h } from "./core/core";
3const html = htm.bind(h);
4export default html;