File size: 58 Bytes
c211499
 
 
1
2
3
4
export default function constant(x) {
  return () => x;
}