pangea-helpers 1.3.84 → 1.3.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,7 @@ export declare function getFirstChartInUppercase<T extends string>(str: T): Capi
4
4
  export declare function camelToSnake(str: string): string;
5
5
  export declare function camelToUpperSnake(str: string): string;
6
6
  export declare function camelToKebab(str: string): string;
7
+ export declare function snakeToCamel(str: string): string;
7
8
  export declare function isDatetime(val: string): boolean;
8
9
  export declare function normalizeText(text: string): string;
9
10
  export declare function generateCode(length: number): string;