No Description

_getByteLength.js 169B

1234
  1. import shallowProperty from './_shallowProperty.js';
  2. // Internal helper to obtain the `byteLength` property of an object.
  3. export default shallowProperty('byteLength');