Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias AfterWriteTick
import { type AfterWriteTick } from "https://deno.land/std@0.101.0/node/_stream/writable_internal.ts";
definition: { cb: (error?: Error) => void; count: number; state: WritableState; stream: Writable; }