@trackunit/shared-utils
Advanced tools
Comparing version 0.0.19 to 0.0.20
{ | ||
"name": "@trackunit/shared-utils", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"repository": "https://github.com/Trackunit/manager", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.txt", |
@@ -15,2 +15,2 @@ /** | ||
*/ | ||
export declare const objNotEmpty: <T extends {}>(obj?: T | undefined) => T | undefined; | ||
export declare const objNotEmpty: <T extends object>(obj?: T | undefined) => T | undefined; |
93292