DefinitelyTyped/types/knex
Martynas Kunigėlis 05ac46f9a9 knex: allow calling .join() with a closure as the second argument (#20434)
* Allow calling .join() with a closure as the second argument that takes
the JoinClause as its first argument, not just a function w/o arguments
with the JoinClause passed as this.

* Call signature corrected per comment from @andy-ms, one of the tests
updated accordingly.

* Got rid of the this-only overload per comment from @andy-ms.
2017-10-17 13:06:34 -07:00
..
index.d.ts knex: allow calling .join() with a closure as the second argument (#20434) 2017-10-17 13:06:34 -07:00
knex-tests.ts knex: allow calling .join() with a closure as the second argument (#20434) 2017-10-17 13:06:34 -07:00
tsconfig.json Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00