var Symbol = ,
isArguments = ,
isArray = ;
/** Built-in value references. */
var spreadableSymbol = Symbol ? Symbol. : undefined;
/**
* Checks if `value` is a flattenable `arguments` object or array.
*
* @private
* @param {*} value The value to check.
* @returns {boolean} Returns `true` if `value` is flattenable, else `false`.
*/
module.exports = isFlattenable;