An open API service indexing awesome lists of open source software.

https://github.com/browserify/tty-browserify

the tty module from node core for browsers
https://github.com/browserify/tty-browserify

Last synced: 10 months ago
JSON representation

the tty module from node core for browsers

Awesome Lists containing this project

README

          

# 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](./LICENSE)