Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function afterWrite
import { afterWrite } from "https://deno.land/std@0.101.0/node/_stream/writable_internal.ts";

Parameters

stream: Writable
count: number
cb: (error?: Error) => void