ChildNode: {
    extend: ((constructor: Constructor<ChildNode> | AbstractConstructor<ChildNode>) => void);
}

The mixin that can extend the constructor prototype with properties and methods of the ChildNode.

Type declaration