Preparing search index...
The search index is not available
Documentation - v0.0.7
Documentation
@fuman/io
write
rawString
Function rawString
rawString
(
writable
:
ISyncWritable
,
str
:
string
)
:
void
write a raw string to the stream (
.charCodeAt
is used to get the codepoints)
Parameters
writable
:
ISyncWritable
str
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.0.7
Loading...
write a raw string to the stream (
.charCodeAt
is used to get the codepoints)