KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
mocks
<internal>
IWatchOptions
Interface IWatchOptions
interface
IWatchOptions
{
encoding
?:
|
"base64"
|
"binary"
|
"ascii"
|
"utf8"
|
"utf-8"
|
"utf16le"
|
"utf-16le"
|
"ucs2"
|
"ucs-2"
|
"base64url"
|
"latin1"
|
"hex"
|
"buffer"
;
persistent
?:
boolean
;
recursive
?:
boolean
;
}
Hierarchy (
View Summary
)
IOptions
IWatchOptions
Index
Properties
encoding?
persistent?
recursive?
Properties
Optional
encoding
encoding
?:
|
"base64"
|
"binary"
|
"ascii"
|
"utf8"
|
"utf-8"
|
"utf16le"
|
"utf-16le"
|
"ucs2"
|
"ucs-2"
|
"base64url"
|
"latin1"
|
"hex"
|
"buffer"
Optional
persistent
persistent
?:
boolean
Optional
recursive
recursive
?:
boolean
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
encoding
persistent
recursive
Github
KC's Workspace
Loading...