@sap-cloud-sdk/util
Advanced tools
Comparing version 3.24.1-20241218014159.0 to 3.24.1-20241220014101.0
/** | ||
* @internal | ||
* Utility function to remove a single leading and trailing slash from a path. | ||
*/ | ||
@@ -7,2 +8,3 @@ export declare function removeSlashes(path: string): string; | ||
* @internal | ||
* Utility function to remove a single trailing slash from a path. | ||
*/ | ||
@@ -12,3 +14,4 @@ export declare function removeTrailingSlashes(path: string): string; | ||
* @internal | ||
* Utility function to remove a single leading slash from a path. | ||
*/ | ||
export declare function removeLeadingSlashes(path: string): string; |
@@ -8,2 +8,3 @@ "use strict"; | ||
* @internal | ||
* Utility function to remove a single leading and trailing slash from a path. | ||
*/ | ||
@@ -17,2 +18,3 @@ function removeSlashes(path) { | ||
* @internal | ||
* Utility function to remove a single trailing slash from a path. | ||
*/ | ||
@@ -24,2 +26,3 @@ function removeTrailingSlashes(path) { | ||
* @internal | ||
* Utility function to remove a single leading slash from a path. | ||
*/ | ||
@@ -26,0 +29,0 @@ function removeLeadingSlashes(path) { |
{ | ||
"name": "@sap-cloud-sdk/util", | ||
"version": "3.24.1-20241218014159.0", | ||
"version": "3.24.1-20241220014101.0", | ||
"description": "SAP Cloud SDK for JavaScript general utilities", | ||
@@ -5,0 +5,0 @@ "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", |
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
125113
2038
46
6