File size: 81 Bytes
c211499
 
 
 
 
1
2
3
4
5
6
export default function(x) {
  return function constant() {
    return x;
  };
}