2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-11 13:53:26 +00:00
Files
CyberChef/src/node/wrapper.js
2022-03-28 10:52:28 +01:00

12 lines
286 B
JavaScript

/**
* Export the main ESM module as CommonJS
*
*
* @author d98762656 [d98762625@gmail.com]
* @copyright Crown Copyright 2019
* @license Apache-2.0
*/
module.exports = (async () => await import("./index.mjs"))();
module.exports.File = (async () => await import("./File.mjs"))();