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

1.1.4 • Public • Published

Installation

npm install --save @types/stream-array

Summary

This package contains type definitions for stream-array (https://github.com/mimetnet/node-stream-array).

Details

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

index.d.ts

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

import { Readable } from "stream";

declare function streamify(array: readonly any[]): Readable;

export = streamify;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Tyler Murphy.

Dependents (4)

Package Sidebar

Install

npm i @types/stream-array

Weekly Downloads

30,509

Version

1.1.4

License

MIT

Unpacked Size

2.96 kB

Total Files

5

Last publish

Collaborators

  • types