@livestore/wa-sqlite 1.0.1-dev.2 → 1.0.1-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/types/index.d.ts +1 -1
package/package.json
CHANGED
package/src/types/index.d.ts
CHANGED
|
@@ -746,7 +746,7 @@ declare interface SQLiteAPI {
|
|
|
746
746
|
* @param options
|
|
747
747
|
*/
|
|
748
748
|
// statements(db: number, sql: string, options?: SQLitePrepareOptions): AsyncIterable<number>;
|
|
749
|
-
statements(db: number, sql: string, options?: SQLitePrepareOptions):
|
|
749
|
+
statements(db: number, sql: string, options?: SQLitePrepareOptions): ReadonlyArray<number>;
|
|
750
750
|
|
|
751
751
|
/**
|
|
752
752
|
* Evaluate an SQL statement
|