I'm trying to extend a class that exists as a node_module.
My extended class has no access to the parent's prototype.
Here's a link to a repro:
https://bitbucket.org/IamHttP/repro-types/src/master/
Here's an image that shows this behaviour in WebStorm
As you can see, one has access to destroy() and one does not.
