-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
* Update io-ts to 2.0 and make fp-ts and io-ts peer dependencies. * Local version of io-ts-reporters until new version is published that supports fp-ts 2.0.
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import * as t from "io-ts"; | ||
export declare const formatValidationError: (error: t.ValidationError) => import("fp-ts/lib/Option").Option<string>; | ||
export declare const reporter: <T>(validation: import("fp-ts/lib/Either").Either<t.Errors, T>) => string[]; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.