Comparing version 0.76.0 to 0.77.0
{ | ||
"name": "absurdum", | ||
"version": "0.76.0", | ||
"version": "0.77.0", | ||
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -172,2 +172,3 @@ [](https://github.com/vanillaes/absurdum/releases) | ||
- [trimStart][strings.trimStart] | ||
- [trimEnd][strings.trimEnd] | ||
@@ -189,2 +190,3 @@ [strings.camelCase]: ./docs/strings/camelCase.md | ||
[strings.trimStart]: ./docs/strings/trimStart.md | ||
[strings.trimEnd]: ./docs/strings/trimEnd.md | ||
@@ -191,0 +193,0 @@ <!-- ### Elements --> |
@@ -16,1 +16,2 @@ export { camelCase } from "./camelCase.js"; | ||
export { trimStart } from "./trimStart.js"; | ||
export { trimEnd } from "./trimEnd.js"; |
@@ -16,1 +16,2 @@ export { camelCase } from './camelCase.js'; | ||
export { trimStart } from './trimStart.js'; | ||
export { trimEnd } from './trimEnd.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
201263
198
4693
198
7