Skip to content

the tty module from node core for browsers

License

Notifications You must be signed in to change notification settings

browserify/tty-browserify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published