constant.js 72 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5
export default function(x) {
  return function() {
    return x;
  };
}