0.1.1 • Published 5 years ago

pull-to-stream v0.1.1

Weekly downloads
5,273
License
MIT
Repository
github
Last release
5 years ago

pull-to-stream NPM Version NPM Downloads NPM License Build Status codecov

pull-stream to stream module

Install

$ npm install pull-to-stream

Usage

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