to-array

WebJar for to-array

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

to-array
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

to-array
WebJar for to-array
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Raynos/to-array

Download to-array

How to add to project

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

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.

to-array

Turn an array like into an array. Designed for browser support in older browsers.

Example

var toArray = require("to-array")
    , elems = document.links

var array = toArray(elems)

Can also return an array from a specific index

(function () {
  toArray(arguments, 2) // [3, 4]
})(1, 2, 3, 4)

Installation

npm install to-array

Contributors

MIT Licenced

Versions

Version
0.1.4
0.1.3