drupflare/drangler - v0.1.0
Preparing search index...
io
Io
Interface Io
Where a command writes. Every command takes one, so the gate lane never touches a real stream.
interface
Io
{
err
(
text
:
string
)
:
void
;
out
(
text
:
string
)
:
void
;
}
Hierarchy (
View Summary
)
Io
BufferIo
Index
Methods
err
out
Methods
err
err
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
out
out
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
err
out
drupflare/drangler - v0.1.0
Loading...
Where a command writes. Every command takes one, so the gate lane never touches a real stream.