ForbesLindesay / funtypes

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

feat: add `Readonly` utility #52

Closed ForbesLindesay closed 3 years ago

ForbesLindesay commented 3 years ago

This supports Object, Array, Tuple and Record. I have not removed the asReadonly utilities from Object or Array, but this Readonly helper should probably be preferred going forwards as it will lead to a lower bundle size because it can be shared among all types.

[closes #50]

rollingversions[bot] commented 3 years ago

Change Log for funtypes (4.0.0 → 4.1.0)

New Features

Edit changelog