UNPKG

d3-selection

Version:

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

7 lines (5 loc) 182 B
import sparse from "./sparse.js"; import {Selection} from "./index.js"; export default function() { return new Selection(this._exit || this._groups.map(sparse), this._parents); }