mirror of
https://github.com/gchq/CyberChef
synced 2025-12-19 09:43:44 +00:00
create arithmetic specific delimiter options
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
import BigNumber from "bignumber.js";
|
||||
import Operation from "../Operation";
|
||||
import { div, createNumArray } from "../lib/Arithmetic";
|
||||
import { DELIM_OPTIONS } from "../lib/Delim";
|
||||
import { ARITHMETIC_DELIM_OPTIONS } from "../lib/Delim";
|
||||
|
||||
|
||||
/**
|
||||
@@ -31,7 +31,7 @@ class Divide extends Operation {
|
||||
{
|
||||
"name": "Delimiter",
|
||||
"type": "option",
|
||||
"value": DELIM_OPTIONS,
|
||||
"value": ARITHMETIC_DELIM_OPTIONS,
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user