Skip to content

Commit 8aa8e4a

Browse files
authored
Update index.d.ts
1 parent c18eea0 commit 8aa8e4a

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
@@ -1415,7 +1415,7 @@ declare class SQLite3Error extends Error {
14151415
/** A pointer to a location in WASM heap memory. */
14161416
declare type WasmPointer = number;
14171417

1418-
declare type NullPointer = 0 | null;
1418+
declare type NullPointer = 0 | null | undefined;
14191419

14201420
declare type StructPtrMapper<T> = {
14211421
StructType: T;

0 commit comments

Comments
 (0)