Skip to content

Commit

Permalink
fix: export SqliteError as value (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsejcksn authored Nov 5, 2021
1 parent 5c57a9e commit 8fc5b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { DB } from "./src/db.ts";
export { SqliteError } from "./src/error.ts";
export { Status } from "./src/constants.ts";

export type { SqliteOptions } from "./src/db.ts";
Expand All @@ -10,4 +11,3 @@ export type {
Row,
RowObject,
} from "./src/query.ts";
export type { SqliteError } from "./src/error.ts";

0 comments on commit 8fc5b59

Please sign in to comment.