@cpmech/basic
Advanced tools
Comparing version 4.33.0 to 4.35.1
@@ -1,1 +0,1 @@ | ||
export declare const allFilled: (obj: any, ignoredKeys?: string[] | undefined) => boolean; | ||
export declare const allFilled: (obj: any, ignoredKeys?: string[]) => boolean; |
@@ -1,7 +0,7 @@ | ||
export declare type IBasic = boolean | number | string; | ||
export type IBasic = boolean | number | string; | ||
export interface Iany { | ||
[key: string]: any; | ||
} | ||
export declare type IMapOfList = { | ||
export type IMapOfList = { | ||
[x: string]: any[]; | ||
}; |
{ | ||
"name": "@cpmech/basic", | ||
"version": "4.33.0", | ||
"version": "4.35.1", | ||
"license": "MIT", | ||
@@ -34,3 +34,3 @@ "author": { | ||
"rollup": "^2.57.0", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"rollup-plugin-typescript2": "^0.31.0", | ||
"ts-jest": "^27.0.5", | ||
@@ -41,4 +41,3 @@ "ts-node": "^10.2.1", | ||
"typescript": "^4.4.3" | ||
}, | ||
"gitHead": "15bf4e2352516f66cc1cf2c7b2420713f537979d" | ||
} | ||
} |
35962