Skip to content

Instantly share code, notes, and snippets.

@Pan-Maciek
Created January 7, 2018 12:57
Show Gist options
  • Save Pan-Maciek/7bf2d40851a1d65e6aa61f3bd73c398c to your computer and use it in GitHub Desktop.
Save Pan-Maciek/7bf2d40851a1d65e6aa61f3bd73c398c to your computer and use it in GitHub Desktop.
const tuple = (string, ...values) => values
tuple `(${1}, ${"foo"}, ${[1, 2]})` // [1, "foo", [1, 2]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment