NeahFront7/node_modules/d3-shape/src/identity.js
2025-04-10 18:14:28 +02:00

4 lines
43 B
JavaScript

export default function(d) {
return d;
}