A polyfill for `Object.hasOwn`.
npm install @alwatr/polyfill-has-ownA polyfill for Object.hasOwn.
You can install this package using npm or yarn:
``bash`
npm install @alwatr/polyfill-has-own
If you're using Yarn, you can do this with:
`bash`
yarn add @alwatr/polyfill-has-own
`ts
import '@alwatr/polyfill-has-own';
const obj = {foo: 'bar'};
obj.hasOwn('foo'); // true
``
The following companies, organizations, and individuals support Nanolib ongoing maintenance and development. Become a Sponsor to get your logo on our README and website.
Contributions are welcome! Please read our contribution guidelines before submitting a pull request.