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