1.0.4 • Published 11 days ago

@alwatr/polyfill-has-own v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

Object.hasOwn Polyfill

A polyfill for Object.hasOwn.

Installation

You can install this package using npm or yarn:

npm install @alwatr/polyfill-has-own

If you're using Yarn, you can do this with:

yarn add @alwatr/polyfill-has-own

Usage

import '@alwatr/polyfill-has-own';

const obj = {foo: 'bar'};
obj.hasOwn('foo'); // true