Update SqliteValue to expect a Uint8Array<ArrayBuffer>
This commit is contained in:
parent
e303f7f333
commit
8ca829224f
@ -108,7 +108,7 @@ export type StatementParameters<Options extends StatementOptions> =
|
||||
*/
|
||||
export type SqliteValue<Options extends StatementOptions> =
|
||||
| string
|
||||
| Uint8Array
|
||||
| Uint8Array<ArrayBuffer>
|
||||
| number
|
||||
| null
|
||||
| (Options extends { bigint: true } ? bigint : never);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user