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
- Host: GitHub
- URL: https://github.com/browserify/tty-browserify
- Owner: browserify
- License: mit
- Created: 2013-12-03T20:15:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T09:52:33.000Z (about 1 year ago)
- Last Synced: 2025-04-11T12:26:08.066Z (10 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 17
- Watchers: 1
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: readme.markdown
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: security.md
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)