asv-hlps 1.3.91 → 1.3.92

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.
@@ -104,4 +104,4 @@ export declare const removeParamKeyName: (params: any, name?: string) => any;
104
104
  export declare const roundLastNDigits: (num: number, digits?: number) => number | false;
105
105
  export declare const toggleProp: (tob: any, propToToggle: string) => any;
106
106
  export declare const arraySome: (arr1: any[], arr2: any[]) => boolean;
107
- export declare const checkObjInArray: (objs: any[], checkProp: string, prop?: string) => boolean;
107
+ export declare const checkObjInArray: (objs: any[], checkProp: string | number, prop?: string) => boolean;
@@ -104,4 +104,4 @@ export declare const removeParamKeyName: (params: any, name?: string) => any;
104
104
  export declare const roundLastNDigits: (num: number, digits?: number) => number | false;
105
105
  export declare const toggleProp: (tob: any, propToToggle: string) => any;
106
106
  export declare const arraySome: (arr1: any[], arr2: any[]) => boolean;
107
- export declare const checkObjInArray: (objs: any[], checkProp: string, prop?: string) => boolean;
107
+ export declare const checkObjInArray: (objs: any[], checkProp: string | number, prop?: string) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps",
3
- "version": "1.3.91",
3
+ "version": "1.3.92",
4
4
  "description": "helpers",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",