UNPKG

d2-ui

Version:
8 lines (6 loc) 134 B
import "each"; d3_selectionPrototype.size = function() { var n = 0; d3_selection_each(this, function() { ++n; }); return n; };