@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 text string from the specified value.

        Parameters

        • data: string

          String that specifies the nodeValue property of the text node.

          MDN Reference

        Returns Text

    String that specifies the nodeValue property of the text node.