Repository URL to install this package:
|
Version:
6.0.4 ▾
|
/**
* @desc Used as the size to enable large array optimizations.
* @name LARGE_ARRAY_SIZE
* @since 5.0.0-beta.6
* @type {number}
* @see array/preAllocate
*/
const LARGE_ARRAY_SIZE = 200
export default LARGE_ARRAY_SIZE