lib-stream-stringify

0.0.0 • Public • Published

lib-stream-stringify

strings to streams

install

npm install --save lib-stream-stringify

usage

var stringify = require('lib-stream-stringify');
var string = "Hello world, what's new?";
 
stringify(string).pipe(process.stdout);
// Hello world, what's new?

Readme

Keywords

none

Package Sidebar

Install

npm i lib-stream-stringify

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • groundwater