mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
Converted the majority of the core and operations to use CommonJS module syntax.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
*
|
||||
* @todo Support for UTF16
|
||||
*/
|
||||
var Rotate = {
|
||||
var Rotate = module.exports = {
|
||||
|
||||
/**
|
||||
* @constant
|
||||
|
||||
Reference in New Issue
Block a user