mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-22 04:04:33 +00:00
* chore(d3-selection): enable strictFunctionTypes Enables `strictFunctionTypes` compiler options and updates affected tests. * @feat(d3-selection) add selection.clone and d3.create Add selection.clone(...) and d3.create(...) to the definitions and tests. Bump minor version number to 1.3 * chore(d3-selection) fix two tests Specify the selectAll<...> generics in a test for HTMLCollectionOf. Fix the `this` context of a selector function.