Swap-Aggregator-Subgraph/node_modules/pull-to-stream/readme.md
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

46 lines
1.0 KiB
Markdown

# pull-to-stream [![NPM Version](https://img.shields.io/npm/v/pull-to-stream.svg)](https://www.npmjs.com/package/pull-to-stream) [![NPM Downloads](https://img.shields.io/npm/dt/pull-to-stream.svg)](https://www.npmjs.com/package/pull-to-stream) [![NPM License](https://img.shields.io/npm/l/pull-to-stream.svg)](https://www.npmjs.com/package/pull-to-stream) [![Build Status](https://travis-ci.org/hugomrdias/pull-to-stream.svg?branch=master)](https://travis-ci.org/hugomrdias/pull-to-stream) [![codecov](https://codecov.io/gh/hugomrdias/pull-to-stream/badge.svg?branch=master)](https://codecov.io/gh/hugomrdias/pull-to-stream?branch=master)
> pull-stream to stream module
## Install
```
$ npm install pull-to-stream
```
## Usage
```js
const pullToStream = require('pull-to-stream');
pullToStream('unicorns');
//=> 'unicorns & rainbows'
```
## API
### pullToStream(input, [options])
#### input
Type: `string`
Lorem ipsum.
#### options
##### foo
Type: `boolean`<br>
Default: `false`
Lorem ipsum.
## License
MIT © [Hugo Dias](http://hugodias.me)