Documentation
Preparing search index...
@nestia/fetcher
NestiaSimulator
assert
Function assert
assert
(
props
:
NestiaSimulator
.
IProps
,
)
:
{
body
:
<
T
>
(
task
:
()
=>
T
)
=>
void
;
param
:
(
name
:
string
)
=>
<
T
>
(
task
:
()
=>
T
)
=>
void
;
query
:
<
T
>
(
task
:
()
=>
T
)
=>
void
;
}
Parameters
props
:
NestiaSimulator
.
IProps
Returns
{
body
:
<
T
>
(
task
:
()
=>
T
)
=>
void
;
param
:
(
name
:
string
)
=>
<
T
>
(
task
:
()
=>
T
)
=>
void
;
query
:
<
T
>
(
task
:
()
=>
T
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...