import { type registerDataHandler } from "https://deno.land/x/zipjs@v2.7.53/index.d.ts";
Represents the callback function used to register the data
event handler.
Call Signatures
(codec: EventBasedCodec, onData: dataHandler): void
x/zipjs/index.d.ts>registerDataHandler
import { type registerDataHandler } from "https://deno.land/x/zipjs@v2.7.53/index.d.ts";
Represents the callback function used to register the data
event handler.