@types/destroy-on-hwm
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/destroy-on-hwm

Summary

This package contains type definitions for destroy-on-hwm (https://github.com/stream-utils/destroy-on-hwm).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/destroy-on-hwm.

index.d.ts

/// <reference types="node" />
import { Writable } from "stream";

export = destroyOnHwm;

declare function destroyOnHwm<T extends Writable>(stream: T, callback?: (this: T, stream: T) => void): T;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: @types/node

Credits

These definitions were written by BendingBender.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/destroy-on-hwm

Weekly Downloads

9

Version

1.0.3

License

MIT

Unpacked Size

3.07 kB

Total Files

5

Last publish

Collaborators

  • types