l33tsp34k-stream

1.0.3 • Public • Published

l33tsp34k-stream

build status

js-standard-style

streamable l33tsp34k

npm install l33tsp34k-stream -S

Usage

const leet = require('l33tsp34k-stream')
 
process.stdin
  .pipe(leet())
  .pipe(process.stdout)

API

const stream = leet()

stream.write('makes this stream 1337')
stream.end('end this 1337 stream \n')
stream.pipe(<writeable stream>)
<readable stream>.pipe(stream)

License

MIT

Package Sidebar

Install

npm i l33tsp34k-stream

Weekly Downloads

0

Version

1.0.3

License

MIT

Last publish

Collaborators

  • jekrb