Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias AfterWriteTick
import { type AfterWriteTick } from "https://deno.land/std@0.81.0/node/_stream/writable_internal.ts";
definition: { cb: (error?: Error) => void; count: number; state: WritableState; stream: Writable; }