Sha256: 52267a174fa75d9d1f88a7244ea9cc8c44e4622ddcec6452aeec32c53e3d8616
Contents?: true
Size: 440 Bytes
Versions: 153
Compression:
Stored size: 440 Bytes
Contents
var baseProperty = require('./baseProperty'); /** * Gets the "length" property value of `object`. * * **Note:** This function is used to avoid a [JIT bug](https://bugs.webkit.org/show_bug.cgi?id=142792) * that affects Safari on at least iOS 8.1-8.3 ARM64. * * @private * @param {Object} object The object to query. * @returns {*} Returns the "length" value. */ var getLength = baseProperty('length'); module.exports = getLength;
Version data entries
153 entries across 80 versions & 8 rubygems