constant.js 72 Bytes
export default function(x) {
  return function() {
    return x;
  };
}