mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 16:51:31 -04:00
Add swap inputs feature
This commit is contained in:
parent
d3e3e6e6fc
commit
88c7843924
12 changed files with 78 additions and 16 deletions
|
@ -23,6 +23,7 @@ class ConvertMass extends Operation {
|
|||
this.infoURL = "https://wikipedia.org/wiki/Orders_of_magnitude_(mass)";
|
||||
this.inputType = "BigNumber";
|
||||
this.outputType = "BigNumber";
|
||||
this.inputSwapable = true;
|
||||
this.args = [
|
||||
{
|
||||
"name": "Input units",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue