0.16.1 • Published 2 months ago

@typed/decoder v0.16.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months 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.16.1

2 months ago

0.16.0

3 months ago

0.15.1

3 months ago

0.15.0

4 months ago

0.14.1

4 months ago

0.14.0

4 months ago

0.13.1

4 months ago

0.13.0

4 months ago

0.11.0

10 months ago

0.12.0

9 months ago

0.11.1

10 months ago

0.12.1

9 months ago

0.11.2

9 months ago

0.12.2

9 months ago

0.10.0

10 months ago

0.9.0

12 months ago

0.8.4

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.8.3

1 year ago

0.8.2

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.4.0

1 year ago

0.7.0

1 year ago

0.4.3

1 year ago

0.6.0

1 year ago

0.4.2

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago