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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.1
    52,936
    • latest

Version History

Package Sidebar

Install

npm i string-to-stream

Weekly Downloads

76,793

Version

3.0.1

License

MIT

Unpacked Size

3.63 kB

Total Files

5

Last publish

Collaborators

  • feross