1 changed files with 5 additions and 0 deletions
@ -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…
Reference in new issue