schemaglobin
Advanced tools
Comparing version 5.6.0 to 5.6.1
@@ -56,8 +56,5 @@ /** Helper type that allows `null` if `R` (required) is false. */ | ||
} : T; | ||
/** | ||
* Constructor: a class constructor that can be used with `new X` | ||
* - Type passed in must | ||
*/ | ||
export declare type Constructor<T extends EmptyObject | UnknownObject = UnknownObject> = { | ||
/** Constructor: a class constructor that can be used with `new X` to generate an object of type `T` */ | ||
export declare type Constructor<T = unknown> = { | ||
new (): T; | ||
}; |
{ | ||
"name": "schemaglobin", | ||
"description": "Validate user-entered data.", | ||
"version": "5.6.0", | ||
"version": "5.6.1", | ||
"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
155935
2932