Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 722 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 722 Bytes

io-ts-types-ext

CI NPM

Extension types and codecs for 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