Skip to content

Commit adb8369

Browse files
fix: correct export of types in index.ts
1 parent f1efc60 commit adb8369

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/index.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,22 @@ export {
1313
isIOSEmbeeded,
1414
} from './functions';
1515
export { Storage } from './Storage';
16-
export * from './types';
16+
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';
1732

1833
export const {
1934
IOS_DOCUMENT_PATH,

0 commit comments

Comments
 (0)