Skip to content

Commit e3c2c05

Browse files
committed
Export multicipher module
1 parent 6a7cee4 commit e3c2c05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/types/index.d.ts

+6
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,12 @@ declare module "@journeyapps/wa-sqlite/dist/wa-sqlite-async.mjs" {
11331133
export = ModuleFactory;
11341134
}
11351135

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+
11361142
/** @ignore */
11371143
declare module "@journeyapps/wa-sqlite/src/VFS.js" {
11381144
export * from "@journeyapps/wa-sqlite/src/sqlite-constants.js";

0 commit comments

Comments
 (0)