UNPKG

@types/destroy

Version:
7 lines (4 loc) 142 B
/// <reference types="node" /> import { Stream } from "stream"; export = destroy; declare function destroy<T extends Stream>(stream: T): T;