File size: 82 Bytes
bc20498
 
 
 
 
1
2
3
4
5
6
export default function constants(x) {
  return function() {
    return x;
  };
}