UNPKG

cyberchef

Version:

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

17 lines (13 loc) 380 B
/** * THIS FILE IS AUTOMATICALLY GENERATED BY src/core/config/scripts/generateConfig.mjs * * @author n1474335 [n1474335@gmail.com] * @copyright Crown Copyright 2026 * @license Apache-2.0 */ import Diff from "../../operations/Diff.mjs"; const OpModules = typeof self === "undefined" ? {} : self.OpModules || {}; OpModules.Diff = { "Diff": Diff, }; export default OpModules;