UNPKG

202 BJavaScriptView Raw
1export function vnode(sel, data, children, text, elm) {
2 const key = data === undefined ? undefined : data.key;
3 return { sel, data, children, text, elm, key };
4}
5//# sourceMappingURL=vnode.js.map
\No newline at end of file