string-to-stream
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

string-to-stream travis npm downloads javascript style guide

Convert a string into a stream (streams2)

install

npm install string-to-stream

usage

Use string-to-stream like this:

var str = require('string-to-stream')
 
str('hi there').pipe(process.stdout) // => 'hi there'

license

MIT. Copyright (c) Feross Aboukhadijeh.

/string-to-stream/

    Package Sidebar

    Install

    npm i string-to-stream

    Weekly Downloads

    119,614

    Version

    3.0.1

    License

    MIT

    Unpacked Size

    3.63 kB

    Total Files

    5

    Last publish

    Collaborators

    • feross