@actualwave/has-own
v0.0.3
Published
Functional replacement for Object.prototype.hasOwnProperty()
Maintainers
Readme
hasOwn
Failsafe function that uses Object.prototype.hasOwnProperty() and return false in case if target is not a valid object.
Note: It uses arrow functions that may not be supported by some old environments.
You better use lodash/has.
