Skip to content

Commit

Permalink
Export errors classes (#256)
Browse files Browse the repository at this point in the history
* Export errors clasees

* Update .changeset/loud-numbers-hide.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
kamiazya and coderabbitai[bot] authored Jun 11, 2024
1 parent 49af679 commit a6b22e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-numbers-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web-csv-toolbox": patch
---

Export errors classes
1 change: 1 addition & 0 deletions src/web-csv-toolbox.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from "./common/constants.ts";
export * from "./common/errors.ts";
export * from "./common/types.ts";
export * from "./LexerTransformer.ts";
export * from "./loadWASM.ts";
Expand Down

0 comments on commit a6b22e9

Please sign in to comment.