UNPKG

d3-selection

Version:

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

9 lines (7 loc) 238 B
import creator from "../creator.js"; export default function(name) { var create = typeof name === "function" ? name : creator(name); return this.select(function() { return this.appendChild(create.apply(this, arguments)); }); }