We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e303f7f commit 8ca8292Copy full SHA for 8ca8292
lib/index.ts
@@ -108,7 +108,7 @@ export type StatementParameters<Options extends StatementOptions> =
108
*/
109
export type SqliteValue<Options extends StatementOptions> =
110
| string
111
- | Uint8Array
+ | Uint8Array<ArrayBuffer>
112
| number
113
| null
114
| (Options extends { bigint: true } ? bigint : never);
0 commit comments