Forest.js Core Documentation - v1.2.3
    Preparing search index...

    Type Alias ElementName

    ElementName: keyof HTMLElementTagNameMap

    Represents valid HTML element names. Utilized to dynamically create or manipulate HTML elements.

    const div = tree("div"); // <- "div" is a valid HTML element name