blowfish/node_modules/d3-axis/src/identity.js
2023-01-29 22:30:24 +00:00

3 lines
43 B
JavaScript

export default function(x) {
return x;
}