pangea-helpers 1.3.83 → 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.
@@ -10,6 +10,4 @@ export declare function merge(target: Object, source: Object): void;
10
10
  export declare function mergeDeep<T extends Object, S extends Object>(obj1: T, obj2: S): T & S;
11
11
  export declare function filterKeys(objectWithTheKeys: Object, objectToFilter: Object): Object;
12
12
  export declare function filterKeysDeep(objectWithTheKeys: Object, objectToFilter: Object): Object;
13
- export declare function inheritStaticObject(ctor: Function, key: string, initial?: object): {};
14
- export declare function inheritStaticArray(ctor: Function, key: string, initial?: Array<any>): any[];
15
13
  export {};
@@ -4,6 +4,8 @@ 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;
8
+ export declare function isDatetime(val: string): boolean;
7
9
  export declare function normalizeText(text: string): string;
8
10
  export declare function generateCode(length: number): string;
9
11
  export declare const accentMap: {