mirror of
https://github.com/gchq/CyberChef
synced 2025-12-14 23:33:25 +00:00
in/out typing working. Added translateTo function
This commit is contained in:
@@ -39,6 +39,7 @@ class Dish {
|
||||
*/
|
||||
static typeEnum(typeStr) {
|
||||
switch (typeStr.toLowerCase()) {
|
||||
case "array":
|
||||
case "bytearray":
|
||||
case "byte array":
|
||||
return Dish.BYTE_ARRAY;
|
||||
|
||||
Reference in New Issue
Block a user