Skip to content

Instantly share code, notes, and snippets.

@tswistak
Created July 30, 2018 06:10
Show Gist options
  • Save tswistak/1cd10a4ee1181c8a5712079fb2ba4c35 to your computer and use it in GitHub Desktop.
Save tswistak/1cd10a4ee1181c8a5712079fb2ba4c35 to your computer and use it in GitHub Desktop.
TypeScript 3.0, listing 1
type Triple = [string, number, boolean];
const a: Triple = ['a', 2, false];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment