🦄 Usage import type { Mutable } from '@utype/core' type Props = { readonly name: string; } // Expect: { name: string } type MutableProp = Mutable<Prop> 📦 Install npm i @utype/core