constant.js 72 B

12345
  1. export default function(x) {
  2. return function() {
  3. return x;
  4. };
  5. }