@formkit/utils
Advanced tools
Comparing version 1.4.0 to 1.5.0-7533531
@@ -22,2 +22,10 @@ /** | ||
/** | ||
* Converts any value to a boolean value — but assumes that the default is true. | ||
* This is used on naked attributes like `disabled` or `required`. | ||
* @param value - The value to be converted to a boolean. | ||
* @public | ||
*/ | ||
export declare function boolGetter(value: unknown): true | undefined; | ||
/** | ||
* This converts kebab-case to camelCase. It ONLY converts from kebab to camel. | ||
@@ -101,2 +109,3 @@ * | ||
* @param y - A RegExp to compare. | ||
* @public | ||
*/ | ||
@@ -142,5 +151,5 @@ export declare function eqRegExp(x: RegExp, y: RegExp): boolean; | ||
* @public | ||
* @__NO_SIDE_EFFECTS__ | ||
* | ||
*/ | ||
export declare function extend(original: Record<string, any>, additional: Record<string, any> | string | null, extendArrays?: boolean, ignoreUndefined?: boolean): Record<string, any> | string | null; | ||
export declare const extend: (original: Record<string, any>, additional: Record<string, any> | string | null, extendArrays?: boolean, ignoreUndefined?: boolean) => Record<string, any> | string | null; | ||
@@ -147,0 +156,0 @@ /** |
{ | ||
"name": "@formkit/utils", | ||
"version": "1.4.0", | ||
"version": "1.5.0-7533531", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
56843
2124
2