NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/d3-sankey/src/constant.js

6 lines
81 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
export default function constant(x) {
return function() {
return x;
};
}