Comparing version 0.10.0 to 0.11.0
{ | ||
"name": "absurdum", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Reducio Ad Absurdum - The Riduculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -41,2 +41,3 @@ [![npm](https://img.shields.io/npm/v/absurdum.svg)](https://www.npmjs.com/package/absurdum) | ||
- [endsWith][strings.endswith] | ||
- [padEnd][strings.padEnd] | ||
- [padStart][strings.padStart] | ||
@@ -48,2 +49,3 @@ - [reverse][strings.reverse] | ||
[strings.endswith]: ./docs/strings.md#stringsendswithstring-substr | ||
[strings.padEnd]: ./docs/strings.md#stringspadendstring-length-substr | ||
[strings.padStart]: ./docs/strings.md#stringspadstartstring-length-substr | ||
@@ -50,0 +52,0 @@ [strings.reverse]: ./docs/strings.md#stringsreversestring |
export { endsWith } from './endsWith.js'; | ||
export { padEnd } from './padEnd.js'; | ||
export { padStart } from './padStart.js'; | ||
export { reverse } from './reverse.js'; | ||
export { startsWith } from './startsWith.js'; |
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
16250
31
247
61