util-extend

WebJar for util-extend

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

util-extend
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

util-extend
WebJar for util-extend
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/isaacs/util-extend

Скачать util-extend

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

util-extend

The Node object extending function that Node uses for Node!

Usage

var extend = require('util-extend');
function functionThatTakesOptions(options) {
  var options = extend(defaults, options);
  // now any unset options are set to the defaults.
}

Версии библиотеки

Версия
1.0.3