npm install --save @types/destroy-on-hwm
This package contains type definitions for destroy-on-hwm (https://github.com/stream-utils/destroy-on-hwm).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/destroy-on-hwm.
/// <reference types="node" />
import { Writable } from "stream";
export = destroyOnHwm;
declare function destroyOnHwm<T extends Writable>(stream: T, callback?: (this: T, stream: T) => void): T;
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: @types/node
These definitions were written by BendingBender.