Comunica
Preparing search index...
@comunica/utils-jest
jest
Spied
Type Alias Spied<T>
Spied
:
T
extends
abstract
new
(
...
args
:
any
)
=>
any
?
SpiedClass
<
T
>
:
T
extends
(
...
args
:
any
)
=>
any
?
SpiedFunction
<
T
>
:
never
Constructs the type of a spied class or function.
Type Parameters
T
extends
(
abstract
new
(
...
args
:
any
)
=>
any
)
|
(
(
...
args
:
any
)
=>
any
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Comunica
Loading...
Constructs the type of a spied class or function.