Comparing version 0.74.9 to 0.74.10
{ | ||
"name": "absurdum", | ||
"version": "0.74.9", | ||
"version": "0.74.10", | ||
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -161,3 +161,2 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/absurdum.svg)](https://github.com/vanillaes/absurdum/releases) | ||
- [includes][strings.includes] | ||
- [indexOf][strings.indexOf] | ||
- [kebabCase][strings.kebabCase] | ||
@@ -177,3 +176,2 @@ - [pad][strings.pad] | ||
[strings.includes]: ./docs/strings/includes.md | ||
[strings.indexOf]: ./docs/strings/indexOf.md | ||
[strings.kebabCase]: ./docs/strings/kebabCase.md | ||
@@ -180,0 +178,0 @@ [strings.pad]: ./docs/strings/pad.md |
@@ -5,3 +5,2 @@ export { camelCase } from "./camelCase.js"; | ||
export { includes } from "./includes.js"; | ||
export { indexOf } from "./indexOf.js"; | ||
export { kebabCase } from "./kebabCase.js"; | ||
@@ -8,0 +7,0 @@ export { pad } from "./pad.js"; |
@@ -5,3 +5,2 @@ export { camelCase } from './camelCase.js'; | ||
export { includes } from './includes.js'; | ||
export { indexOf } from './indexOf.js'; | ||
export { kebabCase } from './kebabCase.js'; | ||
@@ -8,0 +7,0 @@ export { pad } from './pad.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
188402
189
4455
192