justinfagnani / mixwith.js

A mixin library for ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#feature-request typescript version.

SiestaMadokaist opened this issue · comments

is this kind of mixin possible to be implemented in typescript?
I mean, the way it create a mixed subclass instead of attaching instanceMethod to the object prototype.

would be really interested in this too

I created a version that works with TypeScript, mixwith.ts (https://github.com/justinweinberg/mixwith.ts)