https://github.com/hugomrdias/pull-to-stream
pull-stream to stream module
https://github.com/hugomrdias/pull-to-stream
Last synced: 2 months ago
JSON representation
pull-stream to stream module
- Host: GitHub
- URL: https://github.com/hugomrdias/pull-to-stream
- Owner: hugomrdias
- License: mit
- Created: 2019-02-22T18:14:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:39:01.000Z (over 2 years ago)
- Last Synced: 2025-04-15T06:12:04.815Z (2 months ago)
- Language: JavaScript
- Size: 763 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# pull-to-stream [](https://www.npmjs.com/package/pull-to-stream) [](https://www.npmjs.com/package/pull-to-stream) [](https://www.npmjs.com/package/pull-to-stream) [](https://travis-ci.org/hugomrdias/pull-to-stream) [](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`
Default: `false`Lorem ipsum.
## License
MIT © [Hugo Dias](http://hugodias.me)