Build
Docs
Reference
Guides
Blog
Discord
/
node:stream/iter
/
textSync
F
textSync
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:stream/iter
/
textSync
F
textSync
function
stream.iter.textSync
function
textSync
(
source
:
SyncSource
,
options
?
:
TextConsumeSyncOptions
)
:
string
;
Referenced types
type
SyncSource
=
string
|
ArrayBufferLike
|
ArrayBufferView
|
Iterable
<
SyncSource
>
|
Streamable
interface
TextConsumeSyncOptions
encoding
?
:
string
limit
?
:
number