mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Assume Symbol is always defined (#4111)
This commit is contained in:
committed by
John-David Dalton
parent
4c55ea7068
commit
6cb1f71adf
@@ -13,7 +13,7 @@ const mapTag = '[object Map]'
|
||||
const setTag = '[object Set]'
|
||||
|
||||
/** Built-in value references. */
|
||||
const symIterator = Symbol ? Symbol.iterator : undefined
|
||||
const symIterator = Symbol.iterator
|
||||
|
||||
/**
|
||||
* Converts `value` to an array.
|
||||
|
||||
Reference in New Issue
Block a user