Comparing version 0.18.0 to 0.19.0
{ | ||
"name": "absurdum", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"description": "Reducio Ad Absurdum - The Riduculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -29,2 +29,3 @@ [![npm](https://img.shields.io/npm/v/absurdum.svg)](https://www.npmjs.com/package/absurdum) | ||
- [dropRight][arrays.dropRight] | ||
- [fill][arrays.fill] | ||
- [filter][arrays.filter] | ||
@@ -43,2 +44,3 @@ - [map][arrays.map] | ||
[arrays.dropRight]: ./docs/arrays.md#arraysdroprightarray-n--1 | ||
[arrays.fill]: ./docs/arrays.md#arraysfilllarray-value-start--0-end--arraylength-1 | ||
[arrays.filter]: ./docs/arrays.md#arraysfilterarray-predicate | ||
@@ -45,0 +47,0 @@ [arrays.map]: ./docs/arrays.md#arraysmaparray-func |
@@ -7,2 +7,3 @@ export { chunk } from "./chunk.js"; | ||
export { dropRight } from "./dropRight.js"; | ||
export { fill } from "./fill.js"; | ||
export { filter } from './filter.js'; | ||
@@ -9,0 +10,0 @@ export { map } from './map.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
30451
47
603
77