Skip to content

Commit 633fbb4

Browse files
committed
feat: export ValidationError class instead of type
1 parent 0a8f841 commit 633fbb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ todo.*
88
PR.md
99
TEMP.md
1010
temp.ts
11+
.DS_store
1112

1213
/app/dist
1314

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export type {
1010
} from './types'
1111
export { up } from './up'
1212
export { isJsonifiable } from './utils'
13-
export { isValidationError, type ValidationError } from './validation-error'
13+
export { isValidationError, ValidationError } from './validation-error'

0 commit comments

Comments
 (0)