include a file missed before
This commit is contained in:
5
src/types/wa-sqlite.d.ts
vendored
Normal file
5
src/types/wa-sqlite.d.ts
vendored
Normal 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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user