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

4 lines
43 B
JavaScript

export default function(x) {
return x;
}