Comparing version 0.11.0 to 0.12.0
{ | ||
"name": "absurdum", | ||
"version": "0.11.0", | ||
"version": "0.12.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) | ||
[arrays]: ./docs/arrays.md | ||
[arrays.chunk]: ./docs/arrays/md | ||
[arrays.filter]: ./docs/arrays.md#arraysfilterarray-predicate | ||
@@ -31,0 +32,0 @@ [arrays.map]: ./docs/arrays.md#arraysmaparray-func |
@@ -0,1 +1,2 @@ | ||
export { chunk } from "./chunk.js"; | ||
export { filter } from './filter.js'; | ||
@@ -2,0 +3,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
17483
33
280
62