UNPKG

@universal-material/web

Version:
8 lines 243 B
export const extractTemplateHtml = (template) => { let html = ''; for (const child of Array.from(template.content.children)) { html += child.outerHTML; } return html; }; //# sourceMappingURL=extract-template-html.js.map