@formkit/utils
Advanced tools
Comparing version 1.0.0-beta.7-78a22c1 to 1.0.0-beta.7-8099304
@@ -23,3 +23,3 @@ /** | ||
*/ | ||
export declare function clone<T extends Record<string, unknown> | unknown[] | null>(obj: T): T; | ||
export declare function clone<T extends Record<string, unknown> | unknown[] | null>(obj: T, explicit?: string[]): T; | ||
@@ -26,0 +26,0 @@ /** |
{ | ||
"name": "@formkit/utils", | ||
"version": "1.0.0-beta.7-78a22c1", | ||
"version": "1.0.0-beta.7-8099304", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Shared utilities for FormKit packages", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
40095
1305