mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
create arithmetic specific delimiter options
This commit is contained in:
parent
6ddc1b1c9c
commit
3bbfc130d4
8 changed files with 19 additions and 14 deletions
|
@ -7,7 +7,7 @@
|
|||
import BigNumber from "bignumber.js";
|
||||
import Operation from "../Operation";
|
||||
import { sum, createNumArray } from "../lib/Arithmetic";
|
||||
import { DELIM_OPTIONS } from "../lib/Delim";
|
||||
import { ARITHMETIC_DELIM_OPTIONS } from "../lib/Delim";
|
||||
|
||||
|
||||
/**
|
||||
|
@ -30,7 +30,7 @@ class Sum extends Operation {
|
|||
{
|
||||
"name": "Delimiter",
|
||||
"type": "option",
|
||||
"value": DELIM_OPTIONS,
|
||||
"value": ARITHMETIC_DELIM_OPTIONS,
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue