# Object.hasOwn

[![Build Status](https://travis-ci.com/ungap/has-own.svg?branch=main)](https://travis-ci.com/ungap/has-own) [![Coverage Status](https://coveralls.io/repos/github/ungap/has-own/badge.svg?branch=main)](https://coveralls.io/github/ungap/has-own?branch=main) ![WebReflection status](https://offline.report/status/webreflection.svg)

An [Object.hasOwn](https://github.com/tc39/proposal-accessible-object-hasownproperty) polyfill.

  * CDN via https://unpkg.com/@ungap/has-own
  * ESM via `import '@ungap/has-own'`
  * CJS via `require('@ungap/has-own')`

Compatible with every browser.

[Live test](https://ungap.github.io/has-own/test/)
