Created
March 6, 2020 06:45
-
-
Save jsmanifest/5ce088eaa8aee286544a3cd444483546 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 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