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

1.0.3 • Public • Published

Installation

npm install --save @types/streamify-array

Summary

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

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/streamify-array.

index.d.ts

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

import { Readable } from "stream";

/**
 * Converts an array into a Node readable stream.
 * Elements get removed from the array when they are read from the stream.
 */
declare function streamifyArray(input: any[]): Readable;

export = streamifyArray;

Additional Details

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

Credits

These definitions were written by Joachim Van Herwegen.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/streamify-array

Weekly Downloads

3,601

Version

1.0.3

License

MIT

Unpacked Size

3.27 kB

Total Files

5

Last publish

Collaborators

  • types