Comparing version 0.16.0 to 0.17.0
{ | ||
"name": "absurdum", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "Reducio Ad Absurdum - The Riduculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -30,2 +30,3 @@ [![npm](https://img.shields.io/npm/v/absurdum.svg)](https://www.npmjs.com/package/absurdum) | ||
- [map][arrays.map] | ||
- [reduceRight][arrays.reduceRight] | ||
- [reverse][arrays.reverse] | ||
@@ -42,2 +43,3 @@ - [tap][arrays.tap] | ||
[arrays.map]: ./docs/arrays.md#arraysmaparray-func | ||
[arrays.reduceRight]: ./docs/arrays.md#arraysreducerightarray-reducer----array-initial-- | ||
[arrays.reverse]: ./docs/arrays.md#arraysreversearray | ||
@@ -44,0 +46,0 @@ [arrays.tap]: ./docs/arrays.md#arraystaparray-func |
@@ -8,3 +8,4 @@ export { chunk } from "./chunk.js"; | ||
export { map } from './map.js'; | ||
export { reduceRight } from './reduceRight.js'; | ||
export { reverse } from './reverse.js'; | ||
export { tap } from './tap.js'; |
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
26932
43
518
73