internal.TransformOptions.destroy - Node documentation
method internal.TransformOptions.destroy

Usage

import { type internal } from "node:stream";

Parameters

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

Return Type

void