@logixjs/core
Preparing search index...
ReadQuery
isReadQuery
Variable isReadQuery
Const
isReadQuery
:
{
<
S
,
V
>
(
input
:
ReadQueryInput
<
S
,
V
>
)
:
input
is
ReadQuery
<
S
,
V
>
;
(
input
:
unknown
)
:
input
is
ReadQuery
<
any
,
any
>
;
}
= ReadQueryCore.isReadQuery
Type Declaration
<
S
,
V
>
(
input
:
ReadQueryInput
<
S
,
V
>
)
:
input
is
ReadQuery
<
S
,
V
>
Type Parameters
S
V
Parameters
input
:
ReadQueryInput
<
S
,
V
>
Returns
input
is
ReadQuery
<
S
,
V
>
(
input
:
unknown
)
:
input
is
ReadQuery
<
any
,
any
>
Parameters
input
:
unknown
Returns
input
is
ReadQuery
<
any
,
any
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/core
Loading...