UNPKG

d3-selection

Version:

Data-driven DOM manipulation: select elements and join them to data.

8 lines (6 loc) 152 B
function none() {} export default function(selector) { return selector == null ? none : function() { return this.querySelector(selector); }; }