io-ts-reporters
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -5,3 +5,3 @@ { | ||
"typings": "./target/src/index.d.ts", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"scripts": { | ||
@@ -22,4 +22,4 @@ "lint": "tslint --project tsconfig.json", | ||
"tslint": "^5.8.0", | ||
"typescript": "^2.6.1" | ||
"typescript": "^2.7.2" | ||
} | ||
} |
@@ -5,2 +5,2 @@ import * as t from 'io-ts'; | ||
export declare const formatValidationError: (error: t.ValidationError) => None<string> | Some<string>; | ||
export declare const reporter: (validation: Left<t.ValidationError[], {}> | Right<t.ValidationError[], {}>) => string[]; | ||
export declare const reporter: <T>(validation: Left<t.ValidationError[], T> | Right<t.ValidationError[], T>) => string[]; |
Sorry, the diff of this file is not supported yet
4872