args-to-arr
Advanced tools
Comparing version 1.3.11 to 1.3.12
@@ -0,1 +1,5 @@ | ||
# v1.3.12 (01-06-2019) | ||
* improved documentation | ||
# v1.3.11 (01-06-2019) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "args-to-arr", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"description": "converts arguments or any other array-like object into an array starting from specific index.", | ||
@@ -5,0 +5,0 @@ "main": "dist/args-to-arr.cjs.js", |
@@ -5,3 +5,3 @@ # args-to-arr | ||
Converts `arguments` or any other `array-like` object into an array starting from specific index. | ||
Converts `arguments` or any other `array-like` object into an `array` starting from specific index. | ||
@@ -20,4 +20,2 @@ *Inspired by how Typescript handles `...rest` arguments.* | ||
*[www.jsdelivr.com](https://www.jsdelivr.com)* | ||
```html | ||
@@ -37,4 +35,2 @@ <script src="https://cdn.jsdelivr.net/npm/args-to-arr@latest/dist/args-to-arr.umd.js"></script> | ||
*[unpkg.com](https://unpkg.com)* | ||
```html | ||
@@ -60,4 +56,2 @@ <script src="https://unpkg.com/args-to-arr@latest/dist/args-to-arr.umd.js"></script> | ||
> *Note that* `args-to-arr` *supports any* `array-like` *object*. | ||
###### example | ||
@@ -82,2 +76,2 @@ | ||
[MIT](LICENSE) © Manuel Fernández | ||
[MIT](LICENSE) © [Manuel Fernández](https://github.com/manferlo81) |
22681
73