var baseCreate = ,
baseLodash = ;
/** Used as references for the maximum length and index of an array. */
var MAX_ARRAY_LENGTH = 4294967295;
/**
* Creates a lazy wrapper object which wraps `value` to enable lazy evaluation.
*
* @private
* @constructor
* @param {*} value The value to wrap.
*/
// Ensure `LazyWrapper` is an instance of `baseLodash`.
= ;
.constructor = LazyWrapper;
module.exports = LazyWrapper;