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

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

Type declaration