stream-array/ 000755 001751 000177 0000000000 14526766570 015226 5 ustar 00runner 000000 000000 14526766570 14526766570 stream-array/LICENSE 000644 001751 000177 0000002165 14526766570 016237 0 ustar 00runner 000000 000000 14526766570 14526766570 MIT License
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
stream-array/README.md 000644 001751 000177 0000001464 14526766570 016471 0 ustar 00runner 000000 000000 14527001426 14526766570 # 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
///
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).
stream-array/index.d.ts 000644 001751 000177 0000000226 14526766570 017127 0 ustar 00runner 000000 000000 14526766570 14526766570 ///
import { Readable } from "stream";
declare function streamify(array: readonly any[]): Readable;
export = streamify;
stream-array/package.json 000644 001751 000177 0000001516 14526766570 017476 0 ustar 00runner 000000 000000 14527001426 14526766570 {
"name": "@types/stream-array",
"version": "1.1.4",
"description": "TypeScript definitions for stream-array",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stream-array",
"license": "MIT",
"contributors": [
{
"name": "Tyler Murphy",
"githubUsername": "Tyler-Murphy",
"url": "https://github.com/Tyler-Murphy"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/stream-array"
},
"scripts": {},
"dependencies": {
"@types/node": "*"
},
"typesPublisherContentHash": "4dca6918dcf25df0f5605221b58f63466829760aea046adef9ff3ed19bd2ca75",
"typeScriptVersion": "4.5"
}