Skip to content

Instantly share code, notes, and snippets.

@nicojs
Created January 15, 2019 14:45
Show Gist options
  • Save nicojs/019d1bef0e1f936d2b01825171a8837b to your computer and use it in GitHub Desktop.
Save nicojs/019d1bef0e1f936d2b01825171a8837b to your computer and use it in GitHub Desktop.
function tokens<Tokens extends string[]>(...theTokens: Tokens): Tokens {
return theTokens;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment