An open API service indexing awesome lists of open source software.

https://github.com/parro-it/ai-lines

Split an async iterable into lines
https://github.com/parro-it/ai-lines

Last synced: 9 months ago
JSON representation

Split an async iterable into lines

Awesome Lists containing this project

README

          

# ai-lines

[![Travis Build Status](https://img.shields.io/travis/parro-it/ai-lines/master.svg)](http://travis-ci.org/parro-it/ai-lines)
[![NPM downloads](https://img.shields.io/npm/dt/ai-lines.svg)](https://npmjs.org/package/ai-lines)

> Split an async iterable into lines

background details relevant to understanding what this module does

## Async iterable fun
__This module is part of [Async iterable fun](https://github.com/parro-it/ai-fun), a complete toolset of modules to work with async iterables.__

## Usage

description of the example

```js
const aiLines = require('ai-lines');

console.log({aiLines});
```

This will output

```
```

## API

## Install

With [npm](https://npmjs.org/) installed, run

```bash
npm install --save ai-lines
```

## See Also

- [`noffle/common-readme`](https://github.com/noffle/common-readme)
- [`parro-it/ai-fun`](https://github.com/parro-it/ai-fun)

## License

MIT