Skip to content

solvvy/io-ts-reporters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

io-ts-reporters

Error reporters for io-ts.

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

yarn add io-ts-reporters

Example

See the tests.

Testing

yarn
yarn run test

About

Error reporters for io-ts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%