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