Skip to content

Commit

Permalink
typescript type support for .asCallback() (#2963)
Browse files Browse the repository at this point in the history
  • Loading branch information
HurSungYun authored and elhigu committed Jan 16, 2019
1 parent 5bc8dee commit d857872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/knex.d.ts
Expand Up @@ -505,6 +505,7 @@ declare namespace Knex {
writable: T,
options?: { [key: string]: any }
): stream.PassThrough;
asCallback(callback: Function): this;
}

interface Transaction extends Knex {
Expand Down

0 comments on commit d857872

Please sign in to comment.