mirror of
https://github.com/gchq/CyberChef.git
synced 2026-03-10 09:17:34 +01:00
autofix no-var
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
require("babel-polyfill");
|
||||
|
||||
var Chef = require("../core/Chef.js").default;
|
||||
const Chef = require("../core/Chef.js").default;
|
||||
|
||||
const CyberChef = module.exports = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user