@trayio/commons
Advanced tools
Comparing version 4.49.0 to 4.50.0
@@ -5,4 +5,5 @@ export interface StringExtensionsInterface { | ||
camelCase: (str: string) => string; | ||
snakeCase: (str: string) => string; | ||
} | ||
export declare const StringExtensions: StringExtensionsInterface; | ||
//# sourceMappingURL=StringExtensions.d.ts.map |
@@ -9,2 +9,3 @@ "use strict"; | ||
camelCase: (str) => (0, lodash_1.camelCase)(str), | ||
snakeCase: (str) => (0, lodash_1.snakeCase)(str), | ||
}; |
{ | ||
"name": "@trayio/commons", | ||
"version": "4.49.0", | ||
"version": "4.50.0", | ||
"description": "Extensions to the standard/core libraries and basic features", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
219747
173
4532