@types/stream-array
Version:
TypeScript definitions for stream-array
27 lines (18 loc) • 820 B
Markdown
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stream-array/index.d.ts)
````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](https://npmjs.com/package/@types/node)
# Credits
These definitions were written by [Tyler Murphy](https://github.com/Tyler-Murphy).