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

2.0.3 • Public • Published

Installation

npm install --save @types/stream-write

Summary

This package contains type definitions for stream-write (https://github.com/juliangruber/stream-write#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stream-write.

index.d.ts

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

declare function streamWrite(stream: Writable, chunk: any): Promise<boolean>;

export = streamWrite;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Rajas Paranjpe.

/@types/stream-write/

    Package Sidebar

    Install

    npm i @types/stream-write

    Weekly Downloads

    12

    Version

    2.0.3

    License

    MIT

    Unpacked Size

    3.02 kB

    Total Files

    5

    Last publish

    Collaborators

    • types