UNPKG

yagni-dom

Version:

Yet another functional library (DOM API related)

15 lines (11 loc) 240 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function h(tagName, attrs, props, children) { return { tagName: tagName, attrs: attrs, props: props, children: children }; } exports.h = h;