isIStatement
isIStatement(
input
):input is IStatementEntry
Custom Type Guard to determine input being of type IStatement using the StatementUtils errorCheck.
Parameters
• input: unknown
The potentially only partial IStatement.
Returns
input is IStatementEntry
Boolean whether input is of type IStatement.