2.0.3 • Published 7 months ago

@types/stream-write v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

// Type definitions for stream-write 2.0
// Project: https://github.com/juliangruber/stream-write#readme
// Definitions by: Rajas Paranjpe <https://github.com/ChocolateLoverRaj>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

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

export = streamWrite;

Additional Details

  • Last updated: Thu, 28 Oct 2021 14:01:28 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Rajas Paranjpe.

2.0.3

7 months ago

2.0.2

7 months ago

2.0.1

8 months ago

2.0.0

3 years ago