UNPKG

vee-dom

Version:

Small and easy to use virtual dom library

9 lines (7 loc) 165 B
'use strict'; const DomRoot = require('./models/dom-root'); const Element = require('./models/element'); module.exports = { DomRoot: DomRoot, Element: Element };