Last active
January 31, 2019 14:48
-
-
Save balanza/53c45f10556d7666761da11def83f770 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
// it's just a cast ;) | |
const createOf = <T extends Base, Base>(original: Base) => <T>original |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment