Add type checks to switch node options (#1714)

* Add type checks to switch node options

* add isType to messages.json
This commit is contained in:
Dave Conway-Jones
2018-05-03 11:24:44 +01:00
committed by Nick O'Leary
parent 60ff8660de
commit 4a4513a746
4 changed files with 89 additions and 6 deletions

View File

@@ -568,6 +568,7 @@
"false":"is false",
"null":"is null",
"nnull":"is not null",
"istype":"is of type",
"head":"head",
"tail":"tail",
"index":"index between",