Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Last active February 5, 2017 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cyrilletuzi/d88025ed660e93d46d4600d5d221c978 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/d88025ed660e93d46d4600d5d221c978 to your computer and use it in GitHub Desktop.
function myArrayPush(...values: number[]): void {
for (let value of values) {}
}
myArrayPush(1, 2, 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment