io-ts
io-ts copied to clipboard
fix: props and codecs might be undefined
Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your branch from
master
. - Run
npm install
in the repository root. - If you've fixed a bug or added code that should be tested, add tests!
- Ensure the test suite passes (
npm test
).
Note. If you find a typo in the documentation, make sure to modify the corresponding source (docs are generated).