identity.js 43 B

123
  1. export function identity(x) {
  2. return x;
  3. }