Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created March 6, 2020 06:45
Show Gist options
  • Save jsmanifest/5ce088eaa8aee286544a3cd444483546 to your computer and use it in GitHub Desktop.
Save jsmanifest/5ce088eaa8aee286544a3cd444483546 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