argsarray

WebJar for argsarray

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

argsarray
WebJar for argsarray
Ссылка на сайт

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

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

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

https://github.com/calvinmetcalf/argsarray

Скачать argsarray

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

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

Зависимости

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

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

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

args array Build Status

npm install argsarray

simple library to treat function arguments as an array without leaking the arguments object (which is bad), based on something I wrote for PouchDB.

Simple wrap a function in this and the function will always be called with an array of the arguments it was called with.

var myFunc = argsarray(function myFunc(args) {
  console.log(args);
});

myFunc(a, b, c);
//[a, b, c];

#license

wtfpl

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

Версия
0.0.1