Comparing version 0.78.0 to 0.79.0
{ | ||
"name": "absurdum", | ||
"version": "0.78.0", | ||
"version": "0.79.0", | ||
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -175,2 +175,3 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/absurdum.svg)](https://github.com/vanillaes/absurdum/releases) | ||
- [trimEnd][strings.trimEnd] | ||
- [truncate][strings.truncate] | ||
@@ -193,2 +194,3 @@ [strings.camelCase]: ./docs/strings/camelCase.md | ||
[strings.trimEnd]: ./docs/strings/trimEnd.md | ||
[strings.truncate]: ./docs/strings/truncate.md | ||
@@ -195,0 +197,0 @@ <!-- ### Elements --> |
@@ -17,1 +17,2 @@ export { camelCase } from "./camelCase.js"; | ||
export { trimEnd } from "./trimEnd.js"; | ||
export { truncate } from "./truncate.js"; |
@@ -17,1 +17,2 @@ export { camelCase } from './camelCase.js'; | ||
export { trimEnd } from './trimEnd.js'; | ||
export { truncate } from './truncate.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
209712
19
204
4888
202