Node TAP
GitHub
node-tap.org
Preparing search index...
@tapjs/mock
index
MockedObject
Type Alias MockedObject<B, O>
MockedObject
:
O
extends
any
[]
?
O
:
B
extends
{
[
k
:
string
|
number
|
symbol
]:
any
}
?
O
extends
Function
?
O
:
O
extends
{
[
k
:
string
]:
any
}
?
{
[
k
in
keyof
B
]
:
k
extends
keyof
O
?
MockedObject
<
B
[
k
]
,
O
[
k
]
>
:
B
[
k
]
}
:
O
:
O
Utility type, overrides the properties in B with the properties in O, deeply nested.
Type Parameters
B
O
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
node-tap.org
Node TAP
Loading...
Utility type, overrides the properties in B with the properties in O, deeply nested.