has
Object.prototype.hasOwnProperty.call shortcut
Installation
npm install --save has
Usage
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true
License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdhas |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhas
WebJar for has
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
has-1.0.3.pom | |
has-1.0.3.jar | 5 KB |
has-1.0.3-sources.jar | 22 bytes |
has-1.0.3-javadoc.jar | 22 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.webjars.npm : function-bind | jar | [1.1.1,2) |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true