Last active
July 14, 2021 17:02
-
-
Save captain-yossarian/72e41b15b7d60cd4eeb4e1280eff17af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function Mixin<T extends ClassType>(...classRefs: T[]) { | |
| return merge(class { }, ...classRefs); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment