@livestore/wa-sqlite 1.0.1-dev.14 → 1.0.1-dev.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/types/index.d.ts +1 -0
package/package.json
CHANGED
package/src/types/index.d.ts
CHANGED
|
@@ -1256,6 +1256,7 @@ declare module '@livestore/wa-sqlite/src/examples/OPFSCoopSyncVFS.js' {
|
|
|
1256
1256
|
import * as VFS from "@livestore/wa-sqlite/src/VFS.js";
|
|
1257
1257
|
export class OPFSCoopSyncVFS extends VFS.Base {
|
|
1258
1258
|
constructor(name: string, module: any)
|
|
1259
|
+
static create(name: string, module: any): Promise<OPFSCoopSyncVFS>;
|
|
1259
1260
|
}
|
|
1260
1261
|
}
|
|
1261
1262
|
|