identity.js 43 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3
export default function(x) {
  return x;
}