Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

identity.js 120B

1234
  1. // Keep the identity function around for default iteratees.
  2. export default function identity(value) {
  3. return value;
  4. }