makearmy-app/node_modules/d3-shape/src/identity.js
2025-09-22 10:37:53 -04:00

3 lines
43 B
JavaScript

export default function(d) {
return d;
}