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