Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FlateCallback

Callback for asynchronous (de)compression methods

type FlateCallback = (err: FlateError | null, data: Uint8Array) => void;

§Type

§
(err: FlateError | null, data: Uint8Array) => void
[src]