UNPKG

cyberchef

Version:

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

21 lines (17 loc) 566 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 ParseURI from "../../operations/ParseURI.mjs"; import URLDecode from "../../operations/URLDecode.mjs"; import URLEncode from "../../operations/URLEncode.mjs"; const OpModules = typeof self === "undefined" ? {} : self.OpModules || {}; OpModules.URL = { "Parse URI": ParseURI, "URL Decode": URLDecode, "URL Encode": URLEncode, }; export default OpModules;