| Current Path : /home/emeraadmin/public_html/node_modules/d3-selection/src/selection/ |
| Current File : /home/emeraadmin/public_html/node_modules/d3-selection/src/selection/size.js |
export default function() {
var size = 0;
this.each(function() { ++size; });
return size;
}