_getByteLength.js 214 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 define(['./_shallowProperty'], function (_shallowProperty) { // Internal helper to obtain the `byteLength` property of an object. var getByteLength = _shallowProperty('byteLength'); return getByteLength; });