@wopjs/dom - v0.1.3
    Preparing search index...

    Variable createTextNodeConst

    createTextNode: (data: string) => Text = ...

    Creates a text string from the specified value.

    Type Declaration

      • (data: string): Text
      • Creates a new Text node.

        MDN Reference

        Parameters

        • data: string

        Returns Text

    String that specifies the nodeValue property of the text node.