No Description

_getByteLength.js 212B

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