We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43d4b7 commit 3f361f7Copy full SHA for 3f361f7
package/src/index.ts
@@ -4,8 +4,6 @@ import { open } from './operations/session'
4
import { execute, executeAsync } from './operations/execute'
5
import { init } from './OnLoad'
6
import { executeBatch, executeBatchAsync } from './operations/executeBatch'
7
-export type * from './types'
8
-export { typeORMDriver } from './typeORM'
9
10
init()
11
@@ -30,3 +28,6 @@ export {
30
28
isSimpleNullHandlingEnabled,
31
29
enableSimpleNullHandling,
32
} from './nullHandling'
+export { default as NitroSQLiteError } from './NitroSQLiteError'
+export type * from './types'
33
+export { typeORMDriver } from './typeORM'
0 commit comments