2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-13 06:43:26 +00:00

Converted the majority of the core and operations to use CommonJS module syntax.

This commit is contained in:
n1474335
2017-03-06 12:45:51 +00:00
parent a4197684e5
commit a21e0e546b
50 changed files with 308 additions and 123 deletions

View File

@@ -1,3 +1,6 @@
var Utils = require("../core/Utils.js");
/**
* Morse Code translation operations.
*
@@ -7,7 +10,7 @@
*
* @namespace
*/
var MorseCode = {
var MorseCode = module.exports = {
/**
* @constant