split-array-stream

  • Version 2.0.0
  • Published
  • 9.23 kB
  • 1 dependency
  • MIT license

Install

npm i split-array-stream
yarn add split-array-stream
pnpm add split-array-stream

Overview

Safely push each item of an array to a stream

Index

Functions

Functions

function split

split: (array: Array<{}>, stream: Transform) => Promise<boolean>;
  • Push an array of items into a Transform stream.

    Parameter array

    The array you want to push to the stream.

    Parameter stream

    The Transform stream into which array items are pushed.

Package Files (1)

Dependencies (1)

Dev Dependencies (7)

Peer Dependencies (0)

No peer dependencies.

Badge

To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/split-array-stream.

  • Markdown
    [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/split-array-stream)
  • HTML
    <a href="https://www.jsdocs.io/package/split-array-stream"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>