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