No Description

_getLength.js 198B

12345678
  1. define(['./_shallowProperty'], function (_shallowProperty) {
  2. // Internal helper to obtain the `length` property of an object.
  3. var getLength = _shallowProperty('length');
  4. return getLength;
  5. });