Replies: 1 comment 3 replies
-
parse(tuple([string()], string()), ['test']); |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following is considered as valid (not thrown):
Following is considered as invalid (thrown):
Is this intended behavior? I thought I could skip the rest optional tuple element.
Beta Was this translation helpful? Give feedback.
All reactions