Comparing version 0.74.4 to 0.74.5
{ | ||
"name": "absurdum", | ||
"version": "0.74.4", | ||
"version": "0.74.5", | ||
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -72,3 +72,2 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/absurdum.svg)](https://github.com/vanillaes/absurdum/releases) | ||
- [intersection][arrays.intersection] | ||
- [lastIndexOf][arrays.lastIndexOf] | ||
- [map][arrays.map] | ||
@@ -105,3 +104,2 @@ - [pull][arrays.pull] | ||
[arrays.intersection]: ./docs/arrays/intersection.md | ||
[arrays.lastIndexOf]: ./docs/arrays/lastIndexOf.md | ||
[arrays.map]: ./docs/arrays/map.md | ||
@@ -108,0 +106,0 @@ [arrays.pull]: ./docs/arrays/pull.md |
@@ -16,3 +16,2 @@ export { chunk } from "./chunk.js"; | ||
export { intersection } from "./intersection.js"; | ||
export { lastIndexOf } from "./lastIndexOf.js"; | ||
export { map } from "./map.js"; | ||
@@ -19,0 +18,0 @@ export { pull } from "./pull.js"; |
@@ -16,3 +16,2 @@ export { chunk } from './chunk.js'; | ||
export { intersection } from './intersection.js'; | ||
export { lastIndexOf } from './lastIndexOf.js'; | ||
export { map } from './map.js'; | ||
@@ -19,0 +18,0 @@ export { pull } from './pull.js'; |
Sorry, the diff of this file is not supported yet
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
202473
204
4762
202