Created
January 7, 2018 12:57
-
-
Save Pan-Maciek/7bf2d40851a1d65e6aa61f3bd73c398c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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