UNPKG

cyberchef

Version:

The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.

14 lines (12 loc) 317 B
/** * Export the main ESM module as CommonJS * * * @author d98762656 [d98762625@gmail.com] * @copyright Crown Copyright 2019 * @license Apache-2.0 */ /* eslint no-global-assign: ["off"] */ require = require("esm")(module); module.exports = require("./index.mjs"); module.exports.File = require("./File.mjs");