Neah/node_modules/d3-shape/src/identity.js
2025-04-17 12:39:10 +02:00

4 lines
43 B
JavaScript

export default function(d) {
return d;
}