Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fileName {ext} type now also optional and boolean (#51)
This fixes the typing for fileName property, now accepting: `fileName: {name: 'xyz'}` `fileName: {name: 'xyz', ext: true}` or false, stating false is the default `fileName: {name: 'xyz', ext: 'jpg'}` as already was accepted
- Loading branch information