mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-18 12:14:39 +08:00
* 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.