js-extend

WebJar for js-extend

License

License

ISC
Categories

Categories

JavaScript Languages
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

js-extend
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

js-extend
WebJar for js-extend
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/vmattos/js-extend

Download js-extend

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/js-extend/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>js-extend</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/js-extend/
implementation 'org.webjars.npm:js-extend:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/js-extend/
implementation ("org.webjars.npm:js-extend:1.0.1")
'org.webjars.npm:js-extend:jar:1.0.1'
<dependency org="org.webjars.npm" name="js-extend" rev="1.0.1">
  <artifact name="js-extend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='js-extend', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "js-extend" % "1.0.1"
[org.webjars.npm/js-extend "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.

js-extend Build Status

Simple extend function based on underscore

Installation

$ npm install js-extend

Usage

var extend = require('js-extend').extend

var obj1 = { name: 'Jonny' };
var obj2 = { lastName: 'Quest' };

extend(obj1, obj2);

// obj1: { name: 'Jonny', lastName: 'Quest' }

Versions

Version
1.0.1