io-ts-reporters
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -5,3 +5,3 @@ { | ||
"typings": "./target/src/index.d.ts", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "lint": "tslint --project tsconfig.json --type-check", |
@@ -5,2 +5,6 @@ # io-ts-reporters | ||
Currently this package only includes one reporter. The output is an array of strings in the format of: | ||
`Expected type of ${path} to be ${expectedType}, but got ${actualType}: ${actualValue}.` | ||
## Installation | ||
@@ -7,0 +11,0 @@ |
3064
26