- Add serve.py to resolve clean Quartz URLs to .html files - Regenerate Quartz site with correct baseUrl http://100.118.5.51:9120 - 196 HTML files emitted; all internal links now resolve
11 lines
466 B
JavaScript
11 lines
466 B
JavaScript
var _createSizePropertyCheck = require('./_createSizePropertyCheck.js');
|
|
var _getLength = require('./_getLength.js');
|
|
|
|
// Internal helper for collection methods to determine whether a collection
|
|
// should be iterated as an array or as an object.
|
|
// Related: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength
|
|
// Avoids a very nasty iOS 8 JIT bug on ARM-64. #2094
|
|
var isArrayLike = _createSizePropertyCheck(_getLength);
|
|
|
|
module.exports = isArrayLike;
|