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

4 lines
52 B
JavaScript

export default function identity(x) {
return x;
}