ForbesLindesay / funtypes

Runtime validation for static types
MIT License
29 stars 4 forks source link

Dictionaries with arbitrary keys #26

Open ForbesLindesay opened 4 years ago

ForbesLindesay commented 4 years ago

This is planned for the 2.0.0 release.

https://github.com/pelotom/runtypes/issues/160 https://github.com/pelotom/runtypes/issues/143 https://github.com/pelotom/runtypes/issues/79

ForbesLindesay commented 4 years ago

I've renamed them to Record to match TypeScript's built in Record type.