UNPKG

@hazae41/foras

Version:

WebAssembly port of Deflate, Gzip, and Zlib compression algorithms

6 lines (5 loc) 356 B
import * as index from './mods/index.mjs'; export { index as Foras }; export { initBundledOnce } from './mods/index.mjs'; export { DeflateDecoder, DeflateEncoder, GzDecoder, GzEncoder, Memory, ZlibDecoder, ZlibEncoder, __wbg_init, deflate, gunzip, gzip, inflate, initSync, unzlib, zlib } from '../../wasm/pkg/foras.mjs'; //# sourceMappingURL=index.mjs.map