Eduardo Zuza
import kotlinx.html.dom.create
fun ffappendChildPromessa(principal: HTMLDivElement, node: HTMLDivElement): HTMLDivElement { return document.create.div { principal.appendChild(node) } }