string-to-stream
Convert a string into a stream (streams2)
Last updated 6 years ago by feross .
MIT · Repository · Bugs · Original npm
$ cnpm install string-to-stream 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 3.0.1                                ...           latest (6 years ago)

2 Versions

  • 3.0.1                                ...           6 years ago
  • 1.1.1                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (3)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org