in/out typing working. Added translateTo function

This commit is contained in:
d98762625 2018-04-27 16:45:02 +01:00
parent 7e7e5e7466
commit c238862efe
3 changed files with 23 additions and 8 deletions

View file

@ -39,6 +39,7 @@ class Dish {
*/
static typeEnum(typeStr) {
switch (typeStr.toLowerCase()) {
case "array":
case "bytearray":
case "byte array":
return Dish.BYTE_ARRAY;