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

3 lines
43 B
JavaScript

export default function(x) {
return x;
}