Skip to content

Instantly share code, notes, and snippets.

@tswistak
Created July 30, 2018 06:12
Show Gist options
  • Save tswistak/5287b96242d2c4e2a8fd27e3553c09b1 to your computer and use it in GitHub Desktop.
Save tswistak/5287b96242d2c4e2a8fd27e3553c09b1 to your computer and use it in GitHub Desktop.
TypeScript 3.0, listing 5
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