UNPKG

@dobschal/html.js

Version:

Library to create HTML elements with JavaScript that support MVVM binding.

7 lines (5 loc) 157 B
const html = require("./src/html.js"); const {Computed, Observable} = require("@dobschal/observable"); module.exports = { html, Observable, Computed };