import { initShimAsyncCodec } from "https://dotland.deno.dev/x/zipjs@v2.7.53/index.d.ts";
Transforms event-based third-party codec implementations into implementations compatible with zip.js
Parameters
registerDataHandler: registerDataHandler
The function called to handle the data
events triggered by a third-party codec implementation.