Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/zeekay/es-hasown
- Owner: zeekay
- License: mit
- Created: 2017-04-10T16:50:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T23:53:49.000Z (over 7 years ago)
- Last Synced: 2024-10-12T10:26:48.728Z (2 months ago)
- Topics: javascript, object, prototypes
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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