@tsboost/io-ts

A collection of codecs and combinators for use with io-ts.

Usage no npm install needed!

<script type="module">
  import tsboostIoTs from 'https://cdn.skypack.dev/@tsboost/io-ts';
</script>

README

@tsboost/core

A collection of codecs and combinators for use with io-ts.

Get It

npm install --save @tsboost/io-ts

yarn add @tsboost/io-ts

Note: @tsboost/io-ts depends on:

You must install fp-ts, io-ts and monocle-ts manually (fp-ts, io-ts and monocle-ts are listed in peerDependency.)

Usage

import BoostCore from '@ts-boost/core'

// TODO