Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created March 6, 2020 06:46
Show Gist options
  • Save jsmanifest/5febdd518d2f92768e81630bfa00cfc1 to your computer and use it in GitHub Desktop.
Save jsmanifest/5febdd518d2f92768e81630bfa00cfc1 to your computer and use it in GitHub Desktop.
function combine<T, W>(arg1: W, arg2: T): T {
return arg2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment