gcanti / io-ts-types

A collection of codecs and combinators for use with io-ts
https://gcanti.github.io/io-ts-types/
MIT License
311 stars 40 forks source link

mapFromEntries codec added #172

Closed mlegenhausen closed 1 year ago

mlegenhausen commented 1 year ago

This is an adaption of the setFromArray codec but for Map which converts a Map to an array of key-value tuples.

gcanti commented 1 year ago

@mlegenhausen about the naming convention, what do you think about *FromEntries instead of *FromPairs?

mlegenhausen commented 1 year ago

Sure thing

mlegenhausen commented 1 year ago

Done