pull-to-stream

0.1.1 • Public • Published

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

/pull-to-stream/

    Package Sidebar

    Install

    npm i pull-to-stream

    Weekly Downloads

    3,179

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    7.78 kB

    Total Files

    6

    Last publish

    Collaborators

    • hugomrdias