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

_getLength.js 161B

1234
  1. import shallowProperty from './_shallowProperty.js';
  2. // Internal helper to obtain the `length` property of an object.
  3. export default shallowProperty('length');