Polyglot SQL API Documentation - v0.1.0
GitHub
npm
Preparing search index...
ast
isOrderBy
Variable isOrderBy
Const
isOrderBy
:
(
expr
:
Expression
)
=>
expr
is
{
order_by
:
OrderBy
}
= ...
Type guard for ORDER BY clause
Type Declaration
(
expr
:
Expression
)
:
expr
is
{
order_by
:
OrderBy
}
Parameters
expr
:
Expression
Returns
expr
is
{
order_by
:
OrderBy
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Polyglot SQL API Documentation - v0.1.0
Loading...
Type guard for ORDER BY clause