No Description

_getLength.js 196B

123456
  1. var _shallowProperty = require('./_shallowProperty.js');
  2. // Internal helper to obtain the `length` property of an object.
  3. var getLength = _shallowProperty('length');
  4. module.exports = getLength;