KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
mocks
<internal>
IWriteStreamOptions
Interface IWriteStreamOptions
interface
IWriteStreamOptions
{
autoClose
?:
boolean
;
emitClose
?:
boolean
;
encoding
?:
BufferEncoding
;
fd
?:
number
|
IFileHandle
;
flags
?:
TFlags
;
mode
?:
TMode
;
start
?:
number
;
}
Index
Properties
auto
Close?
emit
Close?
encoding?
fd?
flags?
mode?
start?
Properties
Optional
auto
Close
autoClose
?:
boolean
Optional
emit
Close
emitClose
?:
boolean
Optional
encoding
encoding
?:
BufferEncoding
Optional
fd
fd
?:
number
|
IFileHandle
Optional
flags
flags
?:
TFlags
Optional
mode
mode
?:
TMode
Optional
start
start
?:
number
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
auto
Close
emit
Close
encoding
fd
flags
mode
start
Github
KC's Workspace
Loading...