Skip to content

Commit 3f361f7

Browse files
committed
refactor: export NitroSQLiteError class from package
1 parent a43d4b7 commit 3f361f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package/src/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { open } from './operations/session'
44
import { execute, executeAsync } from './operations/execute'
55
import { init } from './OnLoad'
66
import { executeBatch, executeBatchAsync } from './operations/executeBatch'
7-
export type * from './types'
8-
export { typeORMDriver } from './typeORM'
97

108
init()
119

@@ -30,3 +28,6 @@ export {
3028
isSimpleNullHandlingEnabled,
3129
enableSimpleNullHandling,
3230
} from './nullHandling'
31+
export { default as NitroSQLiteError } from './NitroSQLiteError'
32+
export type * from './types'
33+
export { typeORMDriver } from './typeORM'

0 commit comments

Comments
 (0)