site/node_modules/d3-shape/src/identity.js
2024-10-14 08:09:33 +02:00

4 lines
43 B
JavaScript

export default function(d) {
return d;
}