0.1.35 • Published 6 months ago

@types/batch-stream v0.1.35

Weekly downloads
833
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/batch-stream

Summary

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

Details

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

index.d.ts

// Type definitions for batch-stream 0.1.2
// Project: https://github.com/segmentio/batch-stream
// Definitions by: Nicholas Penree <https://github.com/drudge>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="node" />


import stream = require('stream');

interface Options {
    size?: number | undefined;
    highWaterMark?: number | undefined;
}

declare class BatchStream extends stream.Transform {
    size: number;
    batch: any[];

    constructor(options: Options);
}

export = BatchStream;

Additional Details

  • Last updated: Wed, 07 Jul 2021 21:44:53 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Nicholas Penree.

0.1.33

8 months ago

0.1.34

7 months ago

0.1.35

6 months ago

0.1.32

3 years ago

0.1.31

7 years ago

0.1.30

8 years ago

0.1.29

8 years ago

0.1.28-alpha

8 years ago

0.1.27-alpha

8 years ago

0.1.26-alpha

8 years ago

0.1.25-alpha

8 years ago

0.1.24-alpha

8 years ago

0.1.23-alpha

8 years ago

0.1.22-alpha

8 years ago

0.1.17-alpha

8 years ago

0.1.16-alpha

8 years ago