circu.js
Preparing search index...
streams
CModuleStreams
TTY
Variable TTY
TTY
:
{
prototype
:
CModuleStreams
.
TTY
;
new
(
fd
:
number
,
readable
:
boolean
)
:
CModuleStreams
.
TTY
;
}
TTY constructor
Type Declaration
new
(
fd
:
number
,
readable
:
boolean
)
:
CModuleStreams
.
TTY
Parameters
fd
:
number
readable
:
boolean
Returns
CModuleStreams
.
TTY
Readonly
prototype
:
CModuleStreams
.
TTY
Example
const
tty
=
new
TTY
(
fd
,
true
);
Copy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
circu.js
Loading...
TTY constructor