Comparing version 3.2.16 to 3.2.17
@@ -15,2 +15,7 @@ # Changelog | ||
# v3.2.17 | ||
- **Bug Fix** | ||
- add missing `t.Integer` to typescript definition (@gcanti) | ||
# v3.2.16 | ||
@@ -17,0 +22,0 @@ |
@@ -41,2 +41,3 @@ declare module Tcomb { | ||
export var Number: Irreducible<number>; | ||
export var Integer: Irreducible<number>; | ||
export var Boolean: Irreducible<boolean>; | ||
@@ -266,2 +267,2 @@ export var Array: Irreducible<Array<any>>; | ||
export = Tcomb | ||
export = Tcomb |
{ | ||
"name": "tcomb", | ||
"version": "3.2.16", | ||
"version": "3.2.17", | ||
"description": "Type checking and DDD for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "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
90978
1959