1.0.4 • Published 6 months ago

@types/arrayify-stream v1.0.4

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

Installation

npm install --save @types/arrayify-stream

Summary

This package contains type definitions for arrayify-stream (https://github.com/rubensworks/arrayify-stream.js#readme).

Details

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

index.d.ts

// Type definitions for arrayify-stream 1.0
// Project: https://github.com/rubensworks/arrayify-stream.js#readme
// Definitions by: Joachim Van Herwegen <https://github.com/joachimvh>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

import { EventEmitter } from 'events';

/**
 * Converts a Node readable stream into an array that is returned as a promise.
 */
declare function arrayifyStream(input: EventEmitter): Promise<any[]>;

export = arrayifyStream;

Additional Details

  • Last updated: Thu, 17 Feb 2022 08:01:22 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Joachim Van Herwegen.

1.0.2

8 months ago

1.0.4

6 months ago

1.0.3

7 months ago

1.0.1

2 years ago

1.0.0

4 years ago