Skip to main content
UnderlyingSinkCloseCallback - stream/web - Node documentation
interface UnderlyingSinkCloseCallback

Usage in Deno

import { type UnderlyingSinkCloseCallback } from "node:stream/web";

Call Signatures

(): void | PromiseLike<void>