_getByteLength.js 169 B

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