template-project/node_modules/batch-cluster/dist/Stream.d.ts
2025-05-30 18:13:30 +08:00

4 lines
156 B
TypeScript

/// <reference types="node" />
import { Readable, Writable } from "node:stream";
export declare function destroy(stream: Readable | Writable | null): void;