We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7cee4 commit e3c2c05Copy full SHA for e3c2c05
src/types/index.d.ts
@@ -1133,6 +1133,12 @@ declare module "@journeyapps/wa-sqlite/dist/wa-sqlite-async.mjs" {
1133
export = ModuleFactory;
1134
}
1135
1136
+/** @ignore */
1137
+declare module "@journeyapps/wa-sqlite/dist/mc-wa-sqlite-async.mjs" {
1138
+ function ModuleFactory(config?: object): Promise<any>;
1139
+ export = ModuleFactory;
1140
+}
1141
+
1142
/** @ignore */
1143
declare module "@journeyapps/wa-sqlite/src/VFS.js" {
1144
export * from "@journeyapps/wa-sqlite/src/sqlite-constants.js";
0 commit comments