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

1.0.3 • Public • Published

Installation

npm install --save @types/destroy

Summary

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

Details

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

index.d.ts

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

export = destroy;

declare function destroy<T extends Stream>(stream: T): T;

Additional Details

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

Credits

These definitions were written by BendingBender.

/@types/destroy/

    Package Sidebar

    Install

    npm i @types/destroy

    Weekly Downloads

    40,725

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    2.9 kB

    Total Files

    5

    Last publish

    Collaborators

    • types