Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Writable.prototype._construct
import { Writable } from "https://deno.land/std@0.127.0/node/stream.ts";

Parameters

callback: (error?: Error | null) => void