Comparing version 0.74.11 to 0.75.0
{ | ||
"name": "absurdum", | ||
"version": "0.74.11", | ||
"version": "0.75.0", | ||
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -159,2 +159,3 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/absurdum.svg)](https://github.com/vanillaes/absurdum/releases) | ||
- [chomp][strings.chomp] | ||
- [deburr][strings.deburr] | ||
- [endsWith][strings.endswith] | ||
@@ -174,2 +175,3 @@ - [includes][strings.includes] | ||
[strings.chomp]: ./docs/strings/chomp.md | ||
[strings.deburr]: ./docs/strings/deburr.md | ||
[strings.endswith]: ./docs/strings/endsWith.md | ||
@@ -176,0 +178,0 @@ [strings.includes]: ./docs/strings/includes.md |
export { camelCase } from "./camelCase.js"; | ||
export { chomp } from "./chomp.js"; | ||
export { deburr } from "./deburr.js"; | ||
export { endsWith } from "./endsWith.js"; | ||
@@ -4,0 +5,0 @@ export { includes } from "./includes.js"; |
export { camelCase } from './camelCase.js'; | ||
export { chomp } from './chomp.js'; | ||
export { deburr } from './deburr.js'; | ||
export { endsWith } from './endsWith.js'; | ||
@@ -4,0 +5,0 @@ export { includes } from './includes.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
195635
192
4547
194