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

4 lines
43 B
JavaScript

export default function(x) {
return x;
}