mirror of
https://github.com/gchq/CyberChef
synced 2025-12-28 14:13:51 +00:00
Converted all modules from CommonJS to ES6
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
var Chef = require("../core/Chef.js");
|
||||
var Chef = require("../core/Chef.js").default;
|
||||
|
||||
module.exports = {
|
||||
const CyberChef = module.exports = {
|
||||
|
||||
bake: function(input, recipeConfig) {
|
||||
this.chef = new Chef();
|
||||
|
||||
Reference in New Issue
Block a user