// import htm from 'htm'; const htm = require('htm'); function convertToObj(type, props, ...children) { return { type, props, children }; } /** * @desc * Used for parsing lit-html templates inside ASTs * @returns {type, props, children} * * @example * litToObj`