Severian's picture
Upload 7464 files
c211499
raw
history blame contribute delete
81 Bytes
export default function(x) {
return function constant() {
return x;
};
}