| 1 | This is an ES6-modules-compatible version of |
| 2 | https://github.com/nodeca/pako, based on pako version 1.0.3. |
| 3 | |
| 4 | It's more-or-less a direct translation of the original, with unused parts |
| 5 | removed, and the dynamic support for non-typed arrays removed (since ES6 |
| 6 | modules don't work well with dynamic exports). |