Comparing version 0.3.0 to 0.3.1
@@ -24,1 +24,10 @@ # Type: Array | ||
``` | ||
### arrays.reverse(arr) | ||
Returns an array in reverse order | ||
```javascript | ||
let result = arrays.reverse([1, 2, 3, 4]); | ||
> [4, 3, 2, 1] | ||
``` |
{ | ||
"name": "absurdum", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Reductio Ad Absurdum - The Riduculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,1 +1,3 @@ | ||
[![Build Status](https://travis-ci.org/evanplaice/absurdum.svg?branch=master)](https://travis-ci.org/evanplaice/absurdum) | ||
# Absurdum | ||
@@ -2,0 +4,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18677
22
63