tty-browserify

the tty module from node core for browsers


Keywords
tty, browser, browserify
License
MIT
Install
npm install tty-browserify@0.0.1

Documentation

tty-browserify

Browser stubs for the Node.js require('tty') module.

Browserify uses this module when you do require('tty') in a bundle. You should normally not use it directly.

API

tty.isatty()

Returns false.

new tty.ReadStream()

Throws an error.

new tty.WriteStream()

Throws an error.

License

MIT