Skip to content

isIStatement

isIStatement(input): input is IStatementEntryAccountType

Custom Type Guard to determine input being of type IStatement using the StatementUtils errorCheck.

input: unknown

The potentially only partial IStatement.

input is IStatementEntryAccountType

Boolean whether input is of type IStatement.

statement/src/Statement.ts:204