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 7c40391 commit fe16a73Copy full SHA for fe16a73
index.mjs
@@ -1,3 +1,2 @@
1
-import { default as sqlite3InitModule } from './sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs';
2
-
3
-export default sqlite3InitModule;
+export {sqlite3InitModule as default} from './sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs';
+export * from './src/sqlite-client.mjs';
sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs
@@ -30,7 +30,7 @@
30
** Using the Emscripten SDK version 3.1.30.
31
*/
32
33
-var sqlite3InitModule = (() => {
+export var sqlite3InitModule = (() => {
34
var _scriptDir = import.meta.url;
35
36
return function (config) {
0 commit comments