mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
* Added empty() and size() methods to interface Enter<Datum>. As per D3 API these methods are defined on the enter selection. * Added test function testEnterSizeEmpty() for .enter().empty() and .enter.size() methods.