function initShimAsyncCodecimport { initShimAsyncCodec } from "https://dotland.deno.dev/x/zipjs@v2.7.42/index.d.ts"; initShimAsyncCodec(library: EventBasedZipLibrary,constructorOptions: unknown | null,registerDataHandler: registerDataHandler,): ZipLibraryTransforms event-based third-party codec implementations into implementations compatible with zip.js Transforms event-based third-party codec implementations into implementations compatible with zip.js Parameterslibrary: EventBasedZipLibraryThe third-party codec implementations. constructorOptions: unknown | nullThe options passed to the third-party implementations when building instances. registerDataHandler: registerDataHandlerThe function called to handle the data events triggered by a third-party codec implementation. ReturnsZipLibraryAn instance containing classes compatible with {@link ZipDeflate} and {@link ZipInflate}.