schemaglobin
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -30,3 +30,3 @@ /** Is a value an unknown object? (is a TypeScript assertion object that asserts various things). */ | ||
*/ | ||
export declare const setProp: <O extends Record<string, unknown>, K extends string, V>(obj: O, key: K, value: V) => O & { [X in K]: V; }; | ||
export declare const setProp: <O extends Record<string, unknown>, K extends string | keyof O, V>(obj: O, key: K, value: V) => O & { [X in K]: V; }; | ||
/** | ||
@@ -33,0 +33,0 @@ * Return a new object where a named property has been updated. |
{ | ||
"name": "schemaglobin", | ||
"description": "Validate user-entered data.", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"repository": "https://github.com/dhoulb/schemaglobin", | ||
@@ -6,0 +6,0 @@ "author": "Dave Houlbrooke <dave@shax.com>", |
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
133167