Skip to content

Commit

Permalink
adicionado types
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Bolsoni committed Mar 28, 2024
1 parent 53d94a1 commit a9c82e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ declare module 'node-firebird' {
sequentially(query: string, params: any[], rowCallback: SequentialCallback, callback: SimpleCallback, asArray?: boolean): Database;
drop(callback: SimpleCallback): void;
escape(value: any): string;
attachEvent(callback: any): this;
}

export interface Transaction {
Expand Down

0 comments on commit a9c82e6

Please sign in to comment.