[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
d3-selection-multi: Add explicit import/tests for ValueMap interface #99
Change import statement for d3-selection-multi in the test file, so that ValueMap is imported and not just the module required for augmentation side-effects.
Change import statement for d3-selection-multi in the test file, so that
ValueMap
is imported and not just the module required for augmentation side-effects.Add tests of interface for completeness.