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