Skip to content

Instantly share code, notes, and snippets.

@balanza
Last active January 31, 2019 14:48
Show Gist options
  • Save balanza/53c45f10556d7666761da11def83f770 to your computer and use it in GitHub Desktop.
Save balanza/53c45f10556d7666761da11def83f770 to your computer and use it in GitHub Desktop.
// 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