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

4 lines
43 B
JavaScript

export default function(x) {
return x;
}