guigrpa / docx-templates

Template-based docx report creation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`IncompleteConditionalStatementError` not exported from `index.ts`

simonmumenthaler opened this issue · comments

I wanted to properly handle the errors and noticed the IncompleteConditionalStatementError is not exported from the index.ts.
After looking into the source code it seems a bit odd not exporting this one. Is there a particular reason for it?

(version 4.11.1)

Good find! Thanks for noticing. Fixed with 2a6aa00