// Type definitions for destroy 1.0 // Project: https://github.com/stream-utils/destroy // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// import { Stream } from 'stream'; export = destroy; declare function destroy(stream: T): T;