0.2.2 • Published 4 years ago
@intrnl/pako-esm v0.2.2
pako-esm
ESM conversion of pako, a high speed zlib port to JavaScript.
Differences to pako
There are no default exports, only named exports.
import * as pako from 'pako-esm';
import { Inflate } from 'pako-esm/inflate.js';
import { Z_SYNC_FLUSH } from 'pako-esm/constants.js';