2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-10 21:33:36 +00:00

autofix no-var

This commit is contained in:
Thomas Grainger
2017-04-13 18:08:50 +01:00
parent 31e5d785fe
commit b33f73ac9a
61 changed files with 699 additions and 698 deletions

View File

@@ -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 = {