diff --git a/flow-typed/npm/better-sqlite3_vx.x.x.js b/flow-typed/npm/better-sqlite3_vx.x.x.js index dd6bd5c..c667e84 100644 --- a/flow-typed/npm/better-sqlite3_vx.x.x.js +++ b/flow-typed/npm/better-sqlite3_vx.x.x.js @@ -78,13 +78,11 @@ declare class bettersqlite3$Statement { namedParams: bettersqlite3$BindingDictionary, ...params: bettersqlite3$BoundValue[] ): any[]; - each(params: any, cb: (row: any) => void): void; - each(cb: (row: any) => void): void; - each(...params: bettersqlite3$BoundValue[]): void; - each( + iterate(...params: bettersqlite3$BoundValue[]): Iterator; + iterate( namedParams: bettersqlite3$BindingDictionary, ...params: bettersqlite3$BoundValue[] - ): void; + ): Iterator; pluck(toggleState?: boolean): this; bind(...params: bettersqlite3$BoundValue[]): this; bind(