tty-browserify

July 21, 2019 ยท View on GitHub

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

Contents

  1. 1API
  2. 1.1tty.isatty()
  3. 1.2new tty.ReadStream()
  4. 1.3new tty.WriteStream()
  5. 2License