KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
PackageData
Interface PackageData
interface
PackageData
{
data
:
{
browser
:
string
|
Record
<
string
,
string
|
false
>
;
dependencies
:
Record
<
string
,
string
>
;
exports
:
string
|
string
[]
|
Record
<
string
,
any
>
;
imports
:
Record
<
string
,
any
>
;
main
:
string
;
module
:
string
;
name
:
string
;
type
:
string
;
version
:
string
;
[
field
:
string
]:
any
;
}
;
dir
:
string
;
getResolvedCache
:
(
key
:
string
,
options
:
InternalResolveOptions
,
)
=>
string
|
undefined
;
hasSideEffects
:
(
id
:
string
)
=>
boolean
|
"no-treeshake"
|
null
;
setResolvedCache
:
(
key
:
string
,
entry
:
string
,
options
:
InternalResolveOptions
,
)
=>
void
;
}
Index
Properties
data
dir
get
Resolved
Cache
has
Side
Effects
set
Resolved
Cache
Properties
data
data
:
{
browser
:
string
|
Record
<
string
,
string
|
false
>
;
dependencies
:
Record
<
string
,
string
>
;
exports
:
string
|
string
[]
|
Record
<
string
,
any
>
;
imports
:
Record
<
string
,
any
>
;
main
:
string
;
module
:
string
;
name
:
string
;
type
:
string
;
version
:
string
;
[
field
:
string
]:
any
;
}
dir
dir
:
string
get
Resolved
Cache
getResolvedCache
:
(
key
:
string
,
options
:
InternalResolveOptions
,
)
=>
string
|
undefined
has
Side
Effects
hasSideEffects
:
(
id
:
string
)
=>
boolean
|
"no-treeshake"
|
null
set
Resolved
Cache
setResolvedCache
:
(
key
:
string
,
entry
:
string
,
options
:
InternalResolveOptions
,
)
=>
void
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
data
dir
get
Resolved
Cache
has
Side
Effects
set
Resolved
Cache
Github
KC's Workspace
Loading...