Comparing version 0.74.5 to 0.74.6
{ | ||
"name": "absurdum", | ||
"version": "0.74.5", | ||
"version": "0.74.6", | ||
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -74,3 +74,2 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/absurdum.svg)](https://github.com/vanillaes/absurdum/releases) | ||
- [pull][arrays.pull] | ||
- [reduceRight][arrays.reduceRight] | ||
- [reverse][arrays.reverse] | ||
@@ -106,3 +105,2 @@ - [slice][arrays.slice] | ||
[arrays.pull]: ./docs/arrays/pull.md | ||
[arrays.reduceRight]: ./docs/arrays/reduceRight.md | ||
[arrays.reverse]: ./docs/arrays/reverse.md | ||
@@ -109,0 +107,0 @@ [arrays.slice]: ./docs/arrays/slice.md |
@@ -18,3 +18,2 @@ export { chunk } from "./chunk.js"; | ||
export { pull } from "./pull.js"; | ||
export { reduceRight } from "./reduceRight.js"; | ||
export { reverse } from "./reverse.js"; | ||
@@ -21,0 +20,0 @@ export { slice } from "./slice.js"; |
@@ -18,3 +18,2 @@ export { chunk } from './chunk.js'; | ||
export { pull } from './pull.js'; | ||
export { reduceRight } from './reduceRight.js'; | ||
export { reverse } from './reverse.js'; | ||
@@ -21,0 +20,0 @@ export { slice } from './slice.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
198966
201
4695
200