mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Converted all modules from CommonJS to ES6
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* @author Unknown Male 282
|
||||
* @namespace
|
||||
*/
|
||||
var Numberwang = module.exports = {
|
||||
const Numberwang = {
|
||||
|
||||
/**
|
||||
* Numberwang operation. Remain indoors.
|
||||
@@ -25,3 +25,5 @@ var Numberwang = module.exports = {
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
export default Numberwang;
|
||||
|
||||
Reference in New Issue
Block a user