domutils
    Preparing search index...

    Function prepend

    • Prepend an element before another.

      Parameters

      • element: ChildNode

        The element to prepend before.

      • previous: ChildNode

        The element to be added.

      Returns void