mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -22,7 +22,7 @@ function isString(value) {
|
||||
(type === 'object' &&
|
||||
value != null &&
|
||||
!Array.isArray(value) &&
|
||||
getTag(value) == '[object String]')
|
||||
getTag(value) === '[object String]')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user