/** * @return a constant defined by x. */ export default function (x) { return function () { return x; }; }