UNPKG

yagni-dom

Version:

Yet another functional library (DOM API related)

10 lines (8 loc) 153 B
export function h(tagName, attrs, props, children) { return { tagName: tagName, attrs: attrs, props: props, children: children }; }