is-shallow-equal

WebJar for is-shallow-equal

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-shallow-equal
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

is-shallow-equal
WebJar for is-shallow-equal
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/vesparny/is-shallow-equal

Download is-shallow-equal

How to add to project

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

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-shallow-equal

Shallowly compares two objects

Install

$ npm install --save is-shallow-equal

Usage

var isSquallowEqual = isShallowEqual(a, b)

Tests

$ npm run test

MIT License © Alessandro Arnodo

Versions

Version
1.0.1