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