Skip to main content
Latest
type alias TransformCallback
import { type TransformCallback } from "https://deno.land/x/readable_stream@v3.6.0-deno.0.3.0/Interfaces.ts";
definition: (error?: Error | null, data?: any) => void