ForbesLindesay / funtypes

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

Rename Dictionary to Record to match TypeScript #32

Open ForbesLindesay opened 3 years ago

ForbesLindesay commented 3 years ago

Most other projects use Record to define the same type as Record<K, V>. This would be a very significant breaking change, but better to do it now while the fork is brand new than later.

It would require renaming the existing Record type. We could go with: