tty-browserify

WebJar for tty-browserify

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

tty-browserify
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

tty-browserify
WebJar for tty-browserify
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download tty-browserify

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/tty-browserify/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>tty-browserify</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/tty-browserify/
implementation 'org.webjars.npm:tty-browserify:0.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/tty-browserify/
implementation ("org.webjars.npm:tty-browserify:0.0.1")
'org.webjars.npm:tty-browserify:jar:0.0.1'
<dependency org="org.webjars.npm" name="tty-browserify" rev="0.0.1">
  <artifact name="tty-browserify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='tty-browserify', version='0.0.1')
)
libraryDependencies += "org.webjars.npm" % "tty-browserify" % "0.0.1"
[org.webjars.npm/tty-browserify "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

org.webjars.npm

Versions

Version
0.0.1
0.0.0