facebook / prop-types

Runtime type checking for React props and similar objects
MIT License
4.48k stars 356 forks source link

.set and .setOf #191

Open Pimm opened 6 years ago

Pimm commented 6 years ago

An implementation for .set and .setOf. Please hit me with your feedback, thoughts, and ideas.

I can implement .map and .mapOf in this PR as well.

@ljharb mentioned that instanceof Set does not work everywhere. Perhaps that has to be fixed.