@tsboost/io-ts
v0.3.1
Published
A collection of codecs and combinators for use with io-ts.
Downloads
6
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