is-object

WebJar for is-object

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-object
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

is-object
WebJar for is-object
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/inspect-js/is-object

Download is-object

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

is-object Version Badge

dependency status dev dependency status License Downloads

npm badge

Checks whether a value is an object

Because typeof null is a troll.

Example

var isObject = require('is-object');
var assert = require('assert');

assert.equal(isObject(null), false);
assert.equal(isObject({}), true);

Installation

npm install is-object

Contributors

MIT Licensed

org.webjars.npm

Inspect JS

JavaScript value inspection tools.

Versions

Version
1.0.2
1.0.1