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
- Host: GitHub
- URL: https://github.com/parro-it/ai-lines
- Owner: parro-it
- License: mit
- Created: 2017-11-18T08:09:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T20:32:55.000Z (over 8 years ago)
- Last Synced: 2024-04-15T00:06:07.248Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# ai-lines
[](http://travis-ci.org/parro-it/ai-lines)
[](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