has

WebJar for has

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

has
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

has
WebJar for has
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/tarruda/has

Download has

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/has/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>has</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/has/
implementation 'org.webjars.npm:has:1.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/has/
implementation ("org.webjars.npm:has:1.0.3")
'org.webjars.npm:has:jar:1.0.3'
<dependency org="org.webjars.npm" name="has" rev="1.0.3">
  <artifact name="has" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='has', version='1.0.3')
)
libraryDependencies += "org.webjars.npm" % "has" % "1.0.3"
[org.webjars.npm/has "1.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : function-bind jar [1.1.1,2)

Project Modules

There are no modules declared in this project.

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true

Versions

Version
1.0.3
1.0.2
1.0.1