Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias writeV
import { type writeV } from "https://deno.land/std@0.81.0/node/_stream/writable_internal.ts";
definition: (chunks: Array<{ chunk: any; encoding: string; }>, callback: (error?: Error | null) => void) => void