catamphetamine / read-excel-file

Read *.xlsx files in a browser or Node.js. Parse to JSON with a strict schema.
https://catamphetamine.gitlab.io/read-excel-file/
MIT License
301 stars 52 forks source link

Re-export Error type #116

Closed durchanek closed 3 months ago

durchanek commented 3 months ago

The Error type is useful when doing something like:

const [errors, setErrors] = useState<Error[]>();

While it can be imported from read-excel-file/types, re-exporting it makes things tiny little bit easier.

catamphetamine commented 3 months ago

Thx, published read-excel-file@5.8.5

durchanek commented 3 months ago

Thank you!