0.0.3 • Published 3 years ago

@actualwave/has-own v0.0.3

Weekly downloads
90
License
MIT
Repository
-
Last release
3 years ago

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.