Polytype icon indicating copy to clipboard operation
Polytype copied to clipboard

Dynamic multiple inheritance for JavaScript and TypeScript. Without mixins.

Results 1 Polytype issues
Sort by recently updated
recently updated
newest added

I was using `super.class(BaseClass)` in may cases and it handles typing correctly. I see: `protected class(type: U): U;` in the `.d.ts` file I was trying out `getPrototypeListOf` and realized that...

enhancement