@formkit/utils
Advanced tools
Comparing version 1.0.0-beta.7-75e0cfb to 1.0.0-beta.7-78a22c1
@@ -54,6 +54,9 @@ /** | ||
* @param deep - Indicate if we should recurse into the object | ||
* @param explicit - Explicit keys | ||
* @returns boolean | ||
* @public | ||
*/ | ||
export declare function eq(valA: any, valB: any, deep?: boolean): boolean; | ||
export declare function eq(valA: any, // eslint-disable-line | ||
valB: any, // eslint-disable-line | ||
deep?: boolean, explicit?: string[]): boolean; | ||
@@ -60,0 +63,0 @@ /** |
{ | ||
"name": "@formkit/utils", | ||
"version": "1.0.0-beta.7-75e0cfb", | ||
"version": "1.0.0-beta.7-78a22c1", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39240
1277