@gmana/utils
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -31,3 +31,3 @@ import { ClassValue } from 'clsx'; | ||
*/ | ||
declare function compactObject(o: any): Partial<any>; | ||
declare function compactObject(obj: Record<string, any>): Record<string, any>; | ||
@@ -34,0 +34,0 @@ declare function copyToClipboard(text: string): Promise<void>; |
{ | ||
"name": "@gmana/utils", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
435069
14602