HurricaneJames / react-immutable-proptypes

PropType validators that work with Immutable.js.
MIT License
641 stars 46 forks source link

Missing seqOf. #48

Open kentor opened 7 years ago

kentor commented 7 years ago

seqOf would be useful because it signifies that you should not use size (which would return undefined for seqs and should use count().

Will there be support for this?