mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 21:33:36 +00:00
Merged upstream master
This commit is contained in:
@@ -10,6 +10,7 @@ import Code from "../../operations/Code.js";
|
||||
* - vkbeautify
|
||||
* - xmldom
|
||||
* - xpath
|
||||
* - jpath
|
||||
* - googlecodeprettify
|
||||
*
|
||||
* @author n1474335 [n1474335@gmail.com]
|
||||
@@ -37,6 +38,7 @@ OpModules.Code = {
|
||||
"To Snake case": Code.runToSnakeCase,
|
||||
"To Camel case": Code.runToCamelCase,
|
||||
"To Kebab case": Code.runToKebabCase,
|
||||
"JPath expression": Code.runJpath,
|
||||
};
|
||||
|
||||
export default OpModules;
|
||||
|
||||
Reference in New Issue
Block a user