mirror of
https://github.com/gchq/CyberChef
synced 2025-12-17 08:43:43 +00:00
Added additional arithmetic source
This commit is contained in:
@@ -661,8 +661,8 @@ const OperationConfig = {
|
||||
"Arithmetic": {
|
||||
module: "Default",
|
||||
description: "Conducts mathamatical operations on a list of numbers",
|
||||
inputType: "string"
|
||||
outputType: "string"
|
||||
inputType: "string",
|
||||
outputType: "string",
|
||||
args: [
|
||||
{
|
||||
name: "Delimiter",
|
||||
@@ -670,7 +670,7 @@ const OperationConfig = {
|
||||
value: Arithmetic.DELIM_OPTIONS
|
||||
},
|
||||
{
|
||||
name: "Operation"
|
||||
name: "Operation",
|
||||
type: "option",
|
||||
value: Arithmetic.OPERATIONS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user