kkrpc
Preparing search index...
@kunkun/kkrpc
BunIo
Class BunIo
Stdio implementation for Bun
Implements
IoInterface
Index
Constructors
constructor
Properties
name
Methods
read
write
Constructors
constructor
new
BunIo
(
readStream
:
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
)
:
BunIo
Parameters
readStream
:
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
Returns
BunIo
Properties
name
name
:
string
= "bun-io"
Methods
read
read
()
:
Promise
<
null
|
Buffer
<
ArrayBufferLike
>
>
Returns
Promise
<
null
|
Buffer
<
ArrayBufferLike
>
>
write
write
(
data
:
string
)
:
Promise
<
void
>
Parameters
data
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
Methods
read
write
kkrpc
Loading...
Stdio implementation for Bun