/** * THIS FILE IS AUTOMATICALLY GENERATED BY src/core/config/scripts/generateConfig.mjs * * @author n1474335 [n1474335@gmail.com] * @copyright Crown Copyright 2018 * @license Apache-2.0 */ import Gunzip from "../../operations/Gunzip"; import Gzip from "../../operations/Gzip"; import RawDeflate from "../../operations/RawDeflate"; import RawInflate from "../../operations/RawInflate"; import Unzip from "../../operations/Unzip"; import Zip from "../../operations/Zip"; import ZlibDeflate from "../../operations/ZlibDeflate"; import ZlibInflate from "../../operations/ZlibInflate"; const OpModules = typeof self === "undefined" ? {} : self.OpModules || {}; OpModules.Compression = { "Gunzip": Gunzip, "Gzip": Gzip, "Raw Deflate": RawDeflate, "Raw Inflate": RawInflate, "Unzip": Unzip, "Zip": Zip, "Zlib Deflate": ZlibDeflate, "Zlib Inflate": ZlibInflate, }; export default OpModules;