Properly use Object.prototype.hasOwnProperty().
This commit is contained in:
parent
73821b0f12
commit
7d7e6e10b9
@ -10,7 +10,7 @@ import isObject from './is-object'
|
||||
|
||||
const {
|
||||
create: createObject,
|
||||
hasOwnProperty
|
||||
prototype: { hasOwnProperty }
|
||||
} = Object
|
||||
|
||||
// ===================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user