include a file missed before

This commit is contained in:
2025-05-25 09:50:45 -06:00
parent 753d178fc3
commit 1d7bc5f728

5
src/types/wa-sqlite.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module "wa-sqlite/src/examples/IDBBatchAtomicVFS.js" {
export const create: {
new (name: string, module: any, options?: { lockPolicy?: string }): any;
};
}