UNPKG

yagni-dom

Version:

Yet another functional library (DOM API related)

11 lines (9 loc) 160 B
function h(tagName, attrs, props, children) { return { tagName: tagName, attrs: attrs, props: props, children: children }; } export { h };