KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
BrowserCommands
Interface BrowserCommands
interface
BrowserCommands
{
readFile
:
(
path
:
string
,
options
?:
BufferEncoding
|
FsOptions
,
)
=>
Promise
<
string
>
;
removeFile
:
(
path
:
string
)
=>
Promise
<
void
>
;
writeFile
:
(
path
:
string
,
content
:
string
,
options
?:
BufferEncoding
|
FsOptions
&
{
mode
?:
string
|
number
}
,
)
=>
Promise
<
void
>
;
}
Index
Properties
read
File
remove
File
write
File
Properties
read
File
readFile
:
(
path
:
string
,
options
?:
BufferEncoding
|
FsOptions
,
)
=>
Promise
<
string
>
remove
File
removeFile
:
(
path
:
string
)
=>
Promise
<
void
>
write
File
writeFile
:
(
path
:
string
,
content
:
string
,
options
?:
BufferEncoding
|
FsOptions
&
{
mode
?:
string
|
number
}
,
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
read
File
remove
File
write
File
Github
KC's Workspace
Loading...