Codebase list node-d3-shape / b5924c2 src / identity.js
b5924c2

Tree @b5924c2 (Download .tar.gz)

identity.js @b5924c2raw · history · blame

1
2
3
export default function(d) {
  return d;
}