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 f1efc60 commit adb8369Copy full SHA for adb8369
src/index.ts
@@ -13,7 +13,22 @@ export {
13
isIOSEmbeeded,
14
} from './functions';
15
export { Storage } from './Storage';
16
-export * from './types';
+export type {
17
+ Scalar,
18
+ QueryResult,
19
+ ColumnMetadata,
20
+ SQLBatchTuple,
21
+ UpdateHookOperation,
22
+ BatchQueryResult,
23
+ FileLoadResult,
24
+ Transaction,
25
+ _PendingTransaction,
26
+ PreparedStatement,
27
+ _InternalDB,
28
+ DB,
29
+ DBParams,
30
+ OPSQLiteProxy,
31
+} from './types';
32
33
export const {
34
IOS_DOCUMENT_PATH,
0 commit comments