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

    Function cloneNode

    • Returns a copy of node. If deep is true, the copy also includes the node's descendants.

      Type Parameters

      • T extends Node

      Parameters

      • node: T
      • Optionaldeep: boolean

      Returns T