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