All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.dom.html.Document.kt Maven / Gradle / Ivy

package dom.html

import dom.Document

inline fun  Document.createElement(
    tagName: HtmlTagName,
): T =
    createElement(tagName.unsafeCast())
        .unsafeCast()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy