Skip to content

Commit 3493554

Browse files
committed
Prefer WasmPointer
1 parent 9c11561 commit 3493554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5737,7 +5737,7 @@ declare type CAPI = {
57375737
*
57385738
* See https://www.sqlite.org/c3ref/vfs_find.html
57395739
*/
5740-
sqlite3_vfs_find: (vfsName: string|null) => number;
5740+
sqlite3_vfs_find: (vfsName: string|null) => WasmPointer;
57415741

57425742
/**
57435743
* Register a new VFS. Becomes the default if the makeDflt parameter is set.

0 commit comments

Comments
 (0)