mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-02 23:30:30 +00:00
Given `selection.datum((d,i,o) => 'string')`, TypeScript would always use the first overload, when it should be using the second. Correcting the order fixes this.