mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -18,8 +18,8 @@ import getTag from './.internal/getTag.js';
|
||||
function isSymbol(value) {
|
||||
const type = typeof value;
|
||||
return (
|
||||
type == 'symbol' ||
|
||||
(type === 'object' && value != null && getTag(value) == '[object Symbol]')
|
||||
type === 'symbol' ||
|
||||
(type === 'object' && value != null && getTag(value) === '[object Symbol]')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user