@formkit/utils
Advanced tools
Comparing version 1.0.0-beta.5-ff637bd to 1.0.0-beta.6-4e39485
@@ -80,5 +80,6 @@ /** | ||
* @param arrays - By default replaces arrays, but can also append to them. | ||
* @param ignoreUndefined - when true it treats undefined values as if they dont exist | ||
* @public | ||
*/ | ||
export declare function extend(original: Record<string, any>, additional: Record<string, any> | string | null, extendArrays?: boolean): Record<string, any> | string | null; | ||
export declare function extend(original: Record<string, any>, additional: Record<string, any> | string | null, extendArrays?: boolean, ignoreUndefined?: boolean): Record<string, any> | string | null; | ||
@@ -219,2 +220,8 @@ /** | ||
/** | ||
* Turn any string into a URL/DOM safe string. | ||
* @public | ||
*/ | ||
export declare function slugify(str: string): string; | ||
/** | ||
* Generates a random string. | ||
@@ -221,0 +228,0 @@ * @returns string |
{ | ||
"name": "@formkit/utils", | ||
"version": "1.0.0-beta.5-ff637bd", | ||
"version": "1.0.0-beta.6-4e39485", | ||
"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
38669
1258