Skip to content

Commit 3b0063a

Browse files
authored
Start work on sqlite3Worker1Promiser type declarations
1 parent 40a3090 commit 3b0063a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,6 +1761,10 @@ declare class sqlite3_vtab_cursor extends SQLiteStruct {
17611761
constructor(pointer?: WasmPointer);
17621762
}
17631763

1764+
declare module '@sqlite.org/sqlite-wasm' {
1765+
export function sqlite3Worker1Promiser(...args: any): any
1766+
}
1767+
17641768
declare class sqlite3_module extends SQLiteStruct {
17651769
iVersion: number;
17661770

0 commit comments

Comments
 (0)