KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ManualMockedModule
Class ManualMockedModule
Index
Constructors
constructor
Properties
cache
factory
id
raw
type
url
Methods
resolve
to
JSON
from
JSON
Constructors
constructor
new
ManualMockedModule
(
raw
:
string
,
id
:
string
,
url
:
string
,
factory
:
()
=>
any
,
)
:
ManualMockedModule
Parameters
raw
:
string
id
:
string
url
:
string
factory
:
()
=>
any
Returns
ManualMockedModule
Properties
cache
cache
:
Record
<
string
|
symbol
,
any
>
|
undefined
factory
factory
:
()
=>
any
id
id
:
string
raw
raw
:
string
Readonly
type
type
:
"manual"
url
url
:
string
Methods
resolve
resolve
()
:
Promise
<
Record
<
string
|
symbol
,
any
>
>
Returns
Promise
<
Record
<
string
|
symbol
,
any
>
>
to
JSON
toJSON
()
:
ManualMockedModuleSerialized
Returns
ManualMockedModuleSerialized
Static
from
JSON
fromJSON
(
data
:
ManualMockedModuleSerialized
,
factory
:
()
=>
any
,
)
:
ManualMockedModule
Parameters
data
:
ManualMockedModuleSerialized
factory
:
()
=>
any
Returns
ManualMockedModule
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cache
factory
id
raw
type
url
Methods
resolve
to
JSON
from
JSON
Github
KC's Workspace
Loading...