mirror of
https://github.com/gchq/CyberChef
synced 2025-12-13 23:03:16 +00:00
Converted the majority of the core and operations to use CommonJS module syntax.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
var Utils = require("../core/Utils.js");
|
||||
|
||||
|
||||
/**
|
||||
* Base58 operations.
|
||||
*
|
||||
@@ -7,7 +10,7 @@
|
||||
*
|
||||
* @namespace
|
||||
*/
|
||||
var Base58 = {
|
||||
var Base58 = module.exports = {
|
||||
|
||||
/**
|
||||
* @constant
|
||||
|
||||
Reference in New Issue
Block a user