@smallstack/common
Advanced tools
Comparing version 0.7.59 to 0.7.60
@@ -43,2 +43,9 @@ export declare enum PadDirection { | ||
static stringifyValue(value: any, maxLength?: number): any; | ||
/** | ||
* returns a text like "hello hello hi hi (+434 characters)" | ||
* | ||
* @param value any stringifyable object | ||
* @param maxLength defaults to 100 characters | ||
*/ | ||
static truncateString(value: any, maxLength?: number): any; | ||
} |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.7.59", | ||
"version": "0.7.60", | ||
"description": "common functionality for smallstack projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle/smallstack_common.umd.js", |
Sorry, the diff of this file is too big to display
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
452027
2406