Search
Preparing search index...
The search index is not available
string-stream-utils — Reference
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
string-stream-utils — Reference
Index
Type aliases
Maybe
Async
Iterable
Stream
Functions
iterate
Characters
iterate
Lines
split
Character
Iterable
split
Stream
trimmed
Chunks
Type aliases
Maybe
Async
Iterable
Maybe
Async
Iterable<Value>
:
Iterable
<
Value
>
|
AsyncIterable
<
Value
>
Type parameters
Value
Stream
Stream
:
MaybeAsyncIterable
<
string
>
Functions
iterate
Characters
iterate
Characters
(
stream
:
Stream
)
:
AsyncGenerator
<
string
,
void
,
undefined
>
Parameters
stream:
Stream
Returns
AsyncGenerator
<
string
,
void
,
undefined
>
Const
iterate
Lines
iterate
Lines
(
stream
:
Stream
)
:
AsyncGenerator
<
string
,
void
,
unknown
>
Parameters
stream:
Stream
Returns
AsyncGenerator
<
string
,
void
,
unknown
>
split
Character
Iterable
split
Character
Iterable
(
chars
:
MaybeAsyncIterable
<
string
>
, sepChar
:
string
)
:
AsyncGenerator
<
string
,
void
,
unknown
>
Parameters
chars:
MaybeAsyncIterable
<
string
>
sepChar:
string
Returns
AsyncGenerator
<
string
,
void
,
unknown
>
Const
split
Stream
split
Stream
(
stream
:
Stream
, sepChar
:
string
)
:
AsyncGenerator
<
string
,
void
,
unknown
>
Parameters
stream:
Stream
sepChar:
string
Returns
AsyncGenerator
<
string
,
void
,
unknown
>
trimmed
Chunks
trimmed
Chunks
(
stream
:
Stream
)
:
AsyncGenerator
<
string
,
void
,
unknown
>
Parameters
stream:
Stream
Returns
AsyncGenerator
<
string
,
void
,
unknown
>
Globals
Maybe
Async
Iterable
Stream
iterate
Characters
iterate
Lines
split
Character
Iterable
split
Stream
trimmed
Chunks
Generated using
TypeDoc