mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
wip: code formatting nits
This commit is contained in:
@@ -22,6 +22,6 @@ const nodeIsSet = nodeTypes && nodeTypes.isSet;
|
||||
*/
|
||||
const isSet = nodeIsSet
|
||||
? (value) => nodeIsSet(value)
|
||||
: (value) => isObjectLike(value) && getTag(value) == '[object Set]';
|
||||
: (value) => isObjectLike(value) && getTag(value) === '[object Set]';
|
||||
|
||||
export default isSet;
|
||||
|
||||
Reference in New Issue
Block a user