No Description

_getByteLength.js 214B

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