https://github.com/utkuufuk/io-ts-types-ext
Extension for io-ts-types
https://github.com/utkuufuk/io-ts-types-ext
fp-ts io-ts
Last synced: about 2 months ago
JSON representation
Extension for io-ts-types
- Host: GitHub
- URL: https://github.com/utkuufuk/io-ts-types-ext
- Owner: utkuufuk
- License: mit
- Created: 2022-04-16T19:32:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T23:32:12.000Z (about 3 years ago)
- Last Synced: 2025-03-02T00:03:03.463Z (3 months ago)
- Topics: fp-ts, io-ts
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# io-ts-types-ext
[](https://github.com/utkuufuk/io-ts-types-ext/actions/workflows/ci.yml)
[](https://www.npmjs.com/package/io-ts-types-ext)Extension types and codecs for [`io-ts-types`](https://github.com/gcanti/io-ts-types)
## Installation
1. Make sure that your projects have all the peer dependencies listed in `package.json`
2. Choose one:
- `npm install io-ts-types-ext`
- `yarn add io-ts-types-ext`## Development
| | |
|-|-|
| Build | `yarn` |
| Lint | `yarn lint` |
| Test | `yarn test` |
| Release | `yarn publish` |