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