mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-27 16:04:34 +00: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.