@ng-formworks/core 19.5.7 → 19.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -199,7 +199,7 @@ export declare function isSymbol(item: any): boolean;
|
|
|
199
199
|
* // { any = false } strict - if truthy, also checks JavaScript tyoe
|
|
200
200
|
* // { SchemaType }
|
|
201
201
|
*/
|
|
202
|
-
export declare function getType(value: any, strict?: any): "
|
|
202
|
+
export declare function getType(value: any, strict?: any): "string" | "number" | "integer" | "boolean" | "null" | "object" | "array";
|
|
203
203
|
/**
|
|
204
204
|
* 'isType' function
|
|
205
205
|
*
|
package/package.json
CHANGED