0.21.0 • Published 2 years ago

@typed/decoder v0.21.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@typed/decoder

This module provides an interface Decoder<I, O> much like the experimental module from io-ts with support for fp-ts v3 including @effect/schema. It's signature follows directly that of @effect/schema's output from Parser.decode(Schema) allowing for seamless interoperation from Schema to Decoder. Once in Decoder land, you can compose into larger Decoders and apply transformations to its output using its Covariant instance instead of the Invariant instance of Schema. Because of this difference, it is not usually possible to go back to a Schema unless it was created directly using fromSchema<A>(schema: Schema<A>): SchemaDecoder<A>.

0.21.0

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.17.0

2 years ago

0.18.0

2 years ago

0.16.1

2 years ago

0.16.0

2 years ago

0.15.1

2 years ago

0.15.0

2 years ago

0.14.1

2 years ago

0.14.0

2 years ago

0.13.1

2 years ago

0.13.0

2 years ago

0.11.0

3 years ago

0.12.0

3 years ago

0.11.1

3 years ago

0.12.1

3 years ago

0.11.2

3 years ago

0.12.2

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.4

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.8.3

3 years ago

0.8.2

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.4.0

3 years ago

0.7.0

3 years ago

0.4.3

3 years ago

0.6.0

3 years ago

0.4.2

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago