immutable-class
Advanced tools
Comparing version 0.9.9 to 0.9.10
@@ -15,3 +15,3 @@ export declare type Validator = (x: any) => void; | ||
defaultValue?: any; | ||
possibleValues?: any[]; | ||
possibleValues?: readonly any[]; | ||
validate?: Validator | Validator[]; | ||
@@ -18,0 +18,0 @@ type?: PropertyType; |
{ | ||
"name": "immutable-class", | ||
"version": "0.9.9", | ||
"version": "0.9.10", | ||
"description": "A template for creating immutable classes", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
92370