An error occurred while loading the file. Please try again.
constant.js 72 bytes
export default function(x) {
  return function() {
    return x;
  };