You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add `Readonly` utility (#52)
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.