Comparing version 6.2.0 to 6.2.1
@@ -7,3 +7,3 @@ import { Runtype, RuntypeBase, Static } from '../runtype'; | ||
underlying: A; | ||
constraint: ConstraintCheck<A>; | ||
constraint(x: Static<A>): boolean | string; | ||
name?: string; | ||
@@ -10,0 +10,0 @@ args?: K; |
{ | ||
"name": "runtypes", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Runtime validation for static types", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
91996