@chickenjdk/byteutils
Preparing search index...
simplestreams
tee
TeeStream
Class TeeStream<IsAsync>
Type Parameters
IsAsync
extends
boolean
Implements
Sourced
<
BaseStream
<
IsAsync
>
>
Index
Constructors
constructor
Properties
is
Async
source
Methods
create
Tee
Constructors
constructor
new
TeeStream
<
IsAsync
extends
boolean
>
(
source
:
BaseStream
<
IsAsync
>
,
isAsync
:
IsAsync
,
)
:
TeeStream
<
IsAsync
>
Type Parameters
IsAsync
extends
boolean
Parameters
source
:
BaseStream
<
IsAsync
>
isAsync
:
IsAsync
Returns
TeeStream
<
IsAsync
>
Properties
Readonly
is
Async
isAsync
:
IsAsync
Readonly
source
source
:
BaseStream
<
IsAsync
>
The source of this class. IMPLEMENTERS: make it readonly
Methods
create
Tee
createTee
()
:
TeeStreamOutput
<
IsAsync
>
Returns
TeeStreamOutput
<
IsAsync
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
is
Async
source
Methods
create
Tee
@chickenjdk/byteutils
Loading...
The source of this class. IMPLEMENTERS: make it readonly