NeahNew/node_modules/d3-shape/src/identity.js
2025-05-03 14:17:46 +02:00

4 lines
43 B
JavaScript

export default function(d) {
return d;
}