tomwanzek / d3-v4-definitelytyped

[DEPRECATED] This repo was intended as a staging area for typescript definitions supporting the latest major release of D3js (i.e. version 4.1.x) by Mike Bostock. It has been migrated to DefinitelyTyped.
MIT License
53 stars 14 forks source link

Follow-Up Point pairs #108

Closed tomwanzek closed 8 years ago

tomwanzek commented 8 years ago

Follow-up on point pair like interfaces that were defined for reference purposes and as the basis for extensions e.g. in d3-voronoi, because e.g. [number, number] cannot be used as extension.

See if the interfaces can be tightened up a bit as per suggestion raised by @gustavderdrache in the initial migration PR on DT.