Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeekay/es-hasown

Shorthand for Object.prototype.hasOwnProperty.call(obj, name)
https://github.com/zeekay/es-hasown

javascript object prototypes

Last synced: about 1 month ago
JSON representation

Shorthand for Object.prototype.hasOwnProperty.call(obj, name)

Awesome Lists containing this project

README

        

# es-hasown

[![npm][npm-img]][npm-url]
[![downloads][downloads-img]][downloads-url]
[![license][license-img]][license-url]
[![chat][chat-img]][chat-url]

Shorthand for `Object.prototype.hasOwnProperty.call(obj, name)`. ES Module
friendly. No dependencies.

## License
[MIT][license-url]

[build-img]: https://img.shields.io/travis/zeekay/es-hasown.svg
[build-url]: https://travis-ci.org/zeekay/es-hasown
[chat-img]: https://badges.gitter.im/join-chat.svg
[chat-url]: https://gitter.im/zeekay/hi
[coverage-img]: https://coveralls.io/repos/zeekay/es-hasown/badge.svg?branch=master&service=github
[coverage-url]: https://coveralls.io/github/zeekay/es-hasown?branch=master
[dependencies-img]: https://david-dm.org/zeekay/es-hasown.svg
[dependencies-url]: https://david-dm.org/zeekay/es-hasown
[downloads-img]: https://img.shields.io/npm/dm/es-hasown.svg
[downloads-url]: http://badge.fury.io/js/es-hasown
[license-img]: https://img.shields.io/npm/l/es-hasown.svg
[license-url]: https://github.com/zeekay/es-hasown/blob/master/LICENSE
[npm-img]: https://img.shields.io/npm/v/es-hasown.svg
[npm-url]: https://www.npmjs.com/package/es-hasown