mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 08:16:17 -04:00
in/out typing working. Added translateTo function
This commit is contained in:
parent
7e7e5e7466
commit
c238862efe
3 changed files with 23 additions and 8 deletions
|
@ -39,6 +39,7 @@ class Dish {
|
|||
*/
|
||||
static typeEnum(typeStr) {
|
||||
switch (typeStr.toLowerCase()) {
|
||||
case "array":
|
||||
case "bytearray":
|
||||
case "byte array":
|
||||
return Dish.BYTE_ARRAY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue