Created
July 30, 2018 06:12
-
-
Save tswistak/5287b96242d2c4e2a8fd27e3553c09b1 to your computer and use it in GitHub Desktop.
TypeScript 3.0, listing 5
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 hello(...args: [string, number, number, ...string[]]): string { | |
| return args.join(','); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment