@formkit/utils
Advanced tools
Comparing version 1.0.0-beta.5-1350a7d to 1.0.0-beta.5-1a4acbe
@@ -110,2 +110,12 @@ /** | ||
/** | ||
* Defines an object as an initial value. | ||
* @param obj - Object | ||
* @returns | ||
* @public | ||
*/ | ||
export declare function init<T extends object>(obj: T): T & { | ||
__init: true; | ||
}; | ||
/** | ||
* Determines if an object is an object or not. | ||
@@ -112,0 +122,0 @@ * @param o - any value |
{ | ||
"name": "@formkit/utils", | ||
"version": "1.0.0-beta.5-1350a7d", | ||
"version": "1.0.0-beta.5-1a4acbe", | ||
"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
37411
1221