1.0.1 • Published 7 years ago

tiny-text-stream v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

tiny-text-stream

build status

js-standard-style

streamable tiny-text

npm install tiny-text-stream -S

Usage

const tinytext = require('tiny-text-stream')

process.stdin
  .pipe(tinytext())
  .pipe(process.stdout)

API

const stream = leet()

stream.write('makes this stream ᵗᶦᶰʸ')
stream.end('end this ᵗᶦᶰʸ stream \n')
stream.pipe(<writeable stream>)
<readable stream>.pipe(stream)

License

MIT