Browse Source

include a file missed before

sql-wa-sqlite
Trent Larson 1 month ago
parent
commit
1d7bc5f728
  1. 5
      src/types/wa-sqlite.d.ts

5
src/types/wa-sqlite.d.ts

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