Skip to content

Commit 92afba8

Browse files
authored
Merge pull request #22 from etiennenoel/export-sqlite-client
Export SQLiteClient
2 parents a28e6e9 + 672f360 commit 92afba8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import { default as sqlite3InitModule } from './sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs';
22

33
export default sqlite3InitModule;
4+
export * from './src/sqlite-client.mjs';

0 commit comments

Comments
 (0)