0.1.0 • Published 11 years ago

literal-stream v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

literal-stream

wrap a string literal in a readable stream

usage

var literalStream = require('literal-stream')

literalStream('foo').pipe(process.stdout)
// foo

api

literalStream(literal: String) => ReadableStream

literalStream returns a Streams2 ReadableStream which will emit literal once and then end.

installation

$ npm install literal-stream

running the tests

From package root:

$ npm install
$ npm test

contributors

license

MIT. (c) 2013 jden jason@denizac.org. See LICENSE.md