UNPKG

d3-selection

Version:

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

6 lines (5 loc) 132 B
export default function(value) { return arguments.length ? this.property("__data__", value) : this.node().__data__; }