We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8f841 commit 633fbb4Copy full SHA for 633fbb4
.gitignore
@@ -8,6 +8,7 @@ todo.*
8
PR.md
9
TEMP.md
10
temp.ts
11
+.DS_store
12
13
/app/dist
14
src/index.ts
@@ -10,4 +10,4 @@ export type {
} from './types'
export { up } from './up'
export { isJsonifiable } from './utils'
-export { isValidationError, type ValidationError } from './validation-error'
+export { isValidationError, ValidationError } from './validation-error'
0 commit comments