Skip to content

Commit

Permalink
fix: types for sqlite3.Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Nov 18, 2021
1 parent ca92ad8 commit 2a6d60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface RunResult extends Statement {
changes: number;
}

export class Statement {
export class Statement extends events.EventEmitter {
bind(callback?: (err: Error | null) => void): this;
bind(...params: any[]): this;

Expand Down

0 comments on commit 2a6d60a

Please sign in to comment.