No Description

_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');