Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Dec 17, 2024
1 parent 8701a74 commit d6f84c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bindings/nodejs/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ export declare class RowIterator {
* Returns `None` if there are no more rows.
*/
next(): Promise<Error | Row | null>
/**
* Return a Readable Stream for the query result.
* Should be used with `ObjectMode` set to `true`.
*/
stream(): import('stream').Readable
}
export declare class RowIteratorExt {
Expand Down

0 comments on commit d6f84c5

Please sign in to comment.