mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-11 19:09:04 +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.