Codebase list node-d3-shape / fresh-snapshots/main src / identity.js
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

identity.js @fresh-snapshots/mainraw · history · blame

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