Neutrome SDK reference
Preparing search index...
lilsdk-ts/src
OutputSink
Type Alias OutputSink
Where streamed chunks are written.
type
OutputSink
=
{
close
()
:
void
|
Promise
<
void
>
;
write
(
chunk
:
Program
)
:
void
|
Promise
<
void
>
;
}
Index
Methods
close
write
Methods
close
close
()
:
void
|
Promise
<
void
>
Closes the stream.
Returns
void
|
Promise
<
void
>
write
write
(
chunk
:
Program
)
:
void
|
Promise
<
void
>
Writes one chunk.
Parameters
chunk
:
Program
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
close
write
Neutrome SDK reference
Loading...
Where streamed chunks are written.