browserify / tty-browserify

the tty module from node core for browsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

the tty module from node core for browsers

License:MIT License


Languages

Language:JavaScript 100.0%