-
Notifications
You must be signed in to change notification settings - Fork 0
Support Union Type #3
Copy link
Copy link
Open
Labels
Description
hanlindev
opened on Apr 10, 2017
Issue body actions
- Syntax '<Type 1> | <Type 2> | ...'
- Success on first match.
- Enforce the matched type only if it is enforced type (!). That is if 'string | number!' matches string, type will not be enforced.
Reactions are currently unavailable