MindMap/frontend/node_modules/d3-array/src/identity.js

4 lines
52 B
JavaScript

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