Polyglot SQL API Documentation - v0.1.0
GitHub
npm
Preparing search index...
ast
isSelect
Variable isSelect
Const
isSelect
:
(
expr
:
Expression
)
=>
expr
is
{
select
:
Select
}
= ...
Type guard for SELECT expressions
Type Declaration
(
expr
:
Expression
)
:
expr
is
{
select
:
Select
}
Parameters
expr
:
Expression
Returns
expr
is
{
select
:
Select
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Polyglot SQL API Documentation - v0.1.0
Loading...
Type guard for SELECT expressions