UNPKG

d3-hierarchy

Version:

Layout algorithms for visualizing hierarchical data.

10 lines (8 loc) 120 B
export function constantZero() { return 0; } export default function(x) { return function() { return x; }; }