mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Bump to v4.16.0.
This commit is contained in:
@@ -25,7 +25,7 @@ define([], function() {
|
||||
* // => false
|
||||
*/
|
||||
function isObjectLike(value) {
|
||||
return !!value && typeof value == 'object';
|
||||
return value != null && typeof value == 'object';
|
||||
}
|
||||
|
||||
return isObjectLike;
|
||||
|
||||
Reference in New Issue
Block a user